Derrick J. Wippler all time


 0 Collaborator

 5 Patch
be48a669b3c3a0f0eca834537df833f5c73a9ea0, 223afc7aa95fbb9b13384c8ae33430ea1662910e, 58dbbb622b1979a687b5f1b9b0a34cb799bd99a2, 9fd8d12ce4457992eba1a1bf947377fd475ad22f, baa79dc6f5b457e1c3a7f2d40db0502aeceb32ed

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

9fd8d12ce4457992eba1a1bf947377fd475ad22f | Author: Derrick J. Wippler <thrawn01@gmail.com>
 | 2017-02-13 22:38:15-06:00

    Improved MapScan() documentation and added new MapScan test

58dbbb622b1979a687b5f1b9b0a34cb799bd99a2 | Author: Derrick J. Wippler <thrawn01@gmail.com>
 | 2017-02-13 12:02:22-06:00

    GetHosts() is now more C* version tolerant

baa79dc6f5b457e1c3a7f2d40db0502aeceb32ed | Author: Derrick J. Wippler <thrawn01@gmail.com>
 | 2017-02-06 17:12:04-06:00

    Added ConnectTimeout for initial connections to nodes