Fixed getLagTimes() locking
authorAaron Schulz <aschulz@wikimedia.org>
Mon, 27 Apr 2015 20:14:21 +0000 (13:14 -0700)
committerLegoktm <legoktm.wikipedia@gmail.com>
Mon, 27 Apr 2015 20:19:28 +0000 (20:19 +0000)
commit67b835194ac5b26a99d9f76c4ff1247df5e21fff
tree1b8f9c3cd1bd45556b336f951bbc31212e5bf298
parentb4b8e10c37794c525eb21239d8e8a7dcf76d96c6
Fixed getLagTimes() locking

* Previously it deleted the value it just cached due to a missing suffix,
  which would lead to connection spam to get the new lag values.

Change-Id: I1040b2b87d3d4ddd7c368291cab87daf4227c2d0
includes/db/LoadMonitor.php
includes/libs/objectcache/BagOStuff.php