Commit all connections after each job
authorNik Everett <neverett@wikimedia.org>
Fri, 29 May 2015 22:07:27 +0000 (18:07 -0400)
committerNik Everett <neverett@wikimedia.org>
Mon, 1 Jun 2015 21:43:43 +0000 (17:43 -0400)
commitf204da4bff302ad76144729b4f4b3e360d670941
tree73fecdcac1f22105f7b8a3e12a9f5173056816d4
parent0171d903e9b1f14633a5af9832636e0dcee6ebe4
Commit all connections after each job

If you don't commit the slave connections then they keep their old snapshots.
This clears the snapshots so they don't get out of date views of the world.

Bug: T100838
Change-Id: I1f6f910d88324beb589b2ad9466d8786376eda55
includes/db/LBFactory.php
includes/jobqueue/JobRunner.php