be48a669b3c3a0f0eca834537df833f5c73a9ea0 | Author: Derrick J. Wippler <thrawn01@gmail.com>
| 2017-06-24 06:31:46-05:00
Fix more hostinfo (#888)
* GetHosts() is now more C* version tolerant
* Will connect even if the cluster has an invalid rpc_address
* Code review improvments
* Only prefer user provided ip address in the control connection case.
* Fixed logic on NodeUp when IgnorePeerAddr is set
223afc7aa95fbb9b13384c8ae33430ea1662910e | Author: Derrick J. Wippler <thrawn01@gmail.com>
| 2017-04-11 03:16:13-05:00
CreateSession() will now attempt to resolve all host names (#889)
* CreateSession() will now attempt to resolve all host names before returning a DNS error
* Added unit test and improved error message