Make sure job queue partitions use the null aggregator
authorAaron Schulz <aschulz@wikimedia.org>
Thu, 4 Jun 2015 23:53:56 +0000 (16:53 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Fri, 5 Jun 2015 00:02:45 +0000 (00:02 +0000)
commitde58577c2de96bd468a19e1b4d1abf1fcea151c0
treee4ce087d866f4e6d4052f6996db6b0cca3271f95
parentf93a0be92c601535d310feccd6579b6635bf49b7
Make sure job queue partitions use the null aggregator

* Fixes problem from 37042262e32e
* The main class already handles the calls.
* Partitions call notifyQueueNonEmpty() on pop() even
  when the other partitions have jobs, so it is also wrong
  in addition to redundant.

Bug: T101427
Change-Id: Ic3235e1f2038053fabf92f97c663479a21d75317
includes/jobqueue/JobQueueFederated.php