rdbms: make LoadBalancer::waitForAll() include servers with load in any group
authorAaron Schulz <aschulz@wikimedia.org>
Sun, 21 Jul 2019 23:50:50 +0000 (16:50 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Sun, 21 Jul 2019 23:50:50 +0000 (16:50 -0700)
commitf0433cc2d6dae7fd01a2f6e65a756c855600edcd
treec69ebdce05d1ab872a80d004e28d46bbef83a81a
parent0854352fa75ce1cd77bf3c28905477c6d7c66509
rdbms: make LoadBalancer::waitForAll() include servers with load in any group

This avoids needing the hack of a server needing a generic load of 1
in configuration just to force lag checks to include it.

Change-Id: I3de41efae427acb05beddb85dd5b5943b39f1b22
includes/libs/rdbms/loadbalancer/LoadBalancer.php