73f9141c44bb69f4c38f6a70649dbb3a4d6b2797 | Author: Schnikonos <nicolas.jouvet@wanadoo.fr>
| 2022-02-14 07:01:40+01:00
JAVA-2987 BasicLoadBalancingPolicy remote compute nodes check all liveNodes (#1576)
* BasicLoadBalancingPolicy remote compute nodes -> don't presume local dc nodes to be up and among the liveNodes that where found (can happen if the local dc wasn't up when the application started)
* BasicLoadBalancingPolicy: follow suggestion from @absurdfarce for remote computeNodes to make the code cleaner and more efficient
* BasicLoadBalancingPolicy: fix formatting