* Implementation of connection balancer that does exact balancing. This means that a lock is held
* is "nearly" exact in the sense that a connection might close in parallel thus making the counts
BalancedConnectionHandler& pickTargetHandler(BalancedConnectionHandler& current_handler) override;