[01:11:08] CindyCicaleseWMF: this one is OK: https://wikitech.wikimedia.org/wiki/File:Infrastructure_overview.png [01:11:51] for more detail there is e.g. https://grafana.wikimedia.org/dashboard/db/prometheus-global-overview [10:55:47] TimStarling: thanks! [16:52:30] * anomie runs into unit testing bugs because WANObjectCache->delete() unexpectedly doesn't delete from the process cache. Apparently this is expected behavior, AaronSchulz's doc comment says "Note that any purges will not be seen while process cached; [...] this should not typically matter." [17:09:43] anomie: if you have any ideas on that, T142134 could use them [17:09:43] T142134: Failing test BounceHandler/UnSubscribeUserTest::testUnSubscribeUser due to WANObjectCache::delete - https://phabricator.wikimedia.org/T142134 [17:29:11] tgr: I added a call to ObjectCache::getMainWANInstance()->clearProcessCache() just after my call to User::purge() to work around the issue. [17:30:34] tgr: Or we could make ->delete() actually delete from the process cache too. [17:31:42] seems like the obvious solution to me, but I'm sure there is a reason why that wasn't done in the first place [17:31:55] given that it can't possibly have a performance impact [19:41:21] TimStarling: Okay to roll out https://gerrit.wikimedia.org/r/#/c/353228/ in a puppet swat soon? [22:36:24] legoktm: Any particular reason for the negated option name noglobal vs global? https://phabricator.wikimedia.org/T173474#3529568 Does global already exist? [22:40:40] sure