commit | c4797632c77508e2298e5801ba1d3e2ecd6ac73f | [log] [tgz] |
---|---|---|
author | Andrew Tolbert <andrew.tolbert@datastax.com> | Mon Dec 15 11:05:41 2014 -0600 |
committer | Andrew Tolbert <andrew.tolbert@datastax.com> | Mon Dec 15 11:07:31 2014 -0600 |
tree | 0fa5628fc0848a714f0e4ac96e7782b541d2341f | |
parent | af9f859d2bc5eebbbc85830704f0b752f578b510 [diff] |
Fix PoolingOptionsTest#should_refresh_single_connected_host() Changed LimitingLoadBalancingPolicy to treat hosts passed in the constructor as chosen hosts and pass to its delegate LoadBalancingPolicy as hosts passed into the constructor this way are to be set to up after LoadBalancingPolicy#init is called in Cluster.Manager.init().