matope drivers all time


 0 Collaborator

 5 Patch
86a5280b748ffb6f336acf08ebfe03b8eca3b103, adec9dda56b30843ae53391ae4eaf20198bac24e, 2ea86d3ae9baa67e82490af4c8caaf622f76794c, a0223bbf7d374789b6f947ed5fb961fa9ce09e58, 371530d3c7b301600a4855a4dc3dec5f55d18407

86a5280b748ffb6f336acf08ebfe03b8eca3b103 | Author: matope <matope.ono@gmail.com>
 | 2016-05-19 10:35:57+09:00

    Add Session.DisableSkipMetadata to avoid panic by CASSANDRA-10786

adec9dda56b30843ae53391ae4eaf20198bac24e | Author: matope <matope.ono@gmail.com>
 | 2016-05-10 13:39:28+09:00

    Avoid ErrTooManyTimeouts if TimeoutLimit is 0

2ea86d3ae9baa67e82490af4c8caaf622f76794c | Author: matope <matope.ono@gmail.com>
 | 2016-05-03 02:07:10+09:00

    Move reconnection goroutine into a method

a0223bbf7d374789b6f947ed5fb961fa9ce09e58 | Author: matope <matope.ono@gmail.com>
 | 2016-05-03 00:05:51+09:00

    Attempt to reconnect known DOWN nodes

371530d3c7b301600a4855a4dc3dec5f55d18407 | Author: matope <matope.ono@gmail.com>
 | 2015-11-09 21:27:27+09:00

    marshal: handle alias type of int collectly.
    
    marshalInt call of reflect.Value.IsNil on alias type of int Value and panic.