https://bugzilla.wikimedia.org/show_bug.cgi?id=43693
--- Comment #2 from Niklas Laxström <[email protected]> --- Git bisect found the cause: b3ff701cba6578ff0994ef3b42efcb1ba4eac9cd is the first bad commit commit b3ff701cba6578ff0994ef3b42efcb1ba4eac9cd Author: Alexandre Emsenhuber <[email protected]> Date: Wed Dec 26 20:50:38 2012 +0100 Also delete the page information cache when invalidating cache of a non-existing page Changed the usage of WikiPage::getRevision() to Title::getLatestRevID(), so that the cache is correctly deleted when the page does not exist and it doesn't need to create an instance of the WikiPage class to get an already-available value. Change-Id: Ied4dedd051759503046d5461c640de3490d29c91 :040000 040000 ed1080d2451df48eaa8fec3bab2ae104b776f871 e2b27cdf2e8386fcc52ba21ea4c2c27f46a60610 M includes My theory: This causes the above exception happen in the API, but only after the reply has been created. LQT sees the error and falls back to normal submit, which works and two threads are created. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
