Miguel Serrano
|
e93451502d
Remove check for available streams
|
%!s(int64=11) %!d(string=hai) anos |
Chris Bannister
|
66a3c1f877
Merge pull request #153 from opsmatic/protocolerrordetails
|
%!s(int64=11) %!d(string=hai) anos |
mihasya
|
818bd933bd
provide some details when encountering a protocol error
|
%!s(int64=11) %!d(string=hai) anos |
Chris Bannister
|
9f0088a6f9
Merge pull request #149 from phillipCouto/cleaner_reconnect
|
%!s(int64=11) %!d(string=hai) anos |
Christoph Hack
|
a04b1c8af2
Merge pull request #150 from harpreet-sawhney/remove_should_prepare
|
%!s(int64=11) %!d(string=hai) anos |
Harpreet Sawhney
|
1c13825d08
fixed test to use un exported shouldPrepare
|
%!s(int64=11) %!d(string=hai) anos |
Harpreet Sawhney
|
e2550da4d8
un exporting the shouldQuery method
|
%!s(int64=11) %!d(string=hai) anos |
Chris Bannister
|
a331ecd561
Merge pull request #147 from harpreet-sawhney/master
|
%!s(int64=11) %!d(string=hai) anos |
Harpreet Sawhney
|
6ed2c7d73f
(cleanup) move shouldPrepare func to being a Query type method
|
%!s(int64=11) %!d(string=hai) anos |
Phillip Couto
|
1bce19d061
Added code to debounce requests to fillPool when calls are in a tight
|
%!s(int64=11) %!d(string=hai) anos |
Phillip Couto
|
b46e7c51e1
Changed the reconnection logic to reduce the flood of reconnects. Also fixed incorrect keyspace on CreateSession.
|
%!s(int64=11) %!d(string=hai) anos |
Harpreet Sawhney
|
5cbfbc041f
(cleanup) breaking out compressor from conn
|
%!s(int64=11) %!d(string=hai) anos |
Phillip Couto
|
466e11f6c4
Merge pull request #144 from phillipCouto/prevent_use_keyspace
|
%!s(int64=11) %!d(string=hai) anos |
Phillip Couto
|
5cf7b6ee4c
Cleaned up code to streamline the connection being added to the pool and removed code related to old keyspace behaviour.
|
%!s(int64=11) %!d(string=hai) anos |
Phillip Couto
|
3a8fd4cf14
Updated README.md with examples of defining the default keyspace correctly for a session.
|
%!s(int64=11) %!d(string=hai) anos |
Phillip Couto
|
f9a5343db1
Added check to prevent user from executing a use statement from an active session.
|
%!s(int64=11) %!d(string=hai) anos |
Chris Bannister
|
6ddf07546e
Merge pull request #142 from Zariel/fix-isclosed-data-race
|
%!s(int64=11) %!d(string=hai) anos |
Chris Bannister
|
abb0fcdcb0
Fix data race when reading conn.isClosed
|
%!s(int64=11) %!d(string=hai) anos |
Ben Hood
|
bd90dfb432
Merge pull request #141 from relops/closing_connections
|
%!s(int64=11) %!d(string=hai) anos |
Ben Hood
|
1665b39204
Merge remote-tracking branch 'upstream/master' into closing_connections
|
%!s(int64=11) %!d(string=hai) anos |
Ben Hood
|
569b640134
Added test to verify connection leakages
|
%!s(int64=11) %!d(string=hai) anos |
Chris Bannister
|
9e846b3fd2
Merge pull request #139 from harpreet-sawhney/master
|
%!s(int64=11) %!d(string=hai) anos |
Harpreet Sawhney
|
577cd1b366
close connections properly
|
%!s(int64=11) %!d(string=hai) anos |
Ben Hood
|
36fcdadad8
Merge pull request #136 from Zariel/dont-hide-write-error
|
%!s(int64=11) %!d(string=hai) anos |
Chris Bannister
|
daf8c8f8a6
When closing a cluster rmeove its connections instead of closing them
|
%!s(int64=11) %!d(string=hai) anos |
Chris Bannister
|
8d6a888d74
Dont hide the error from write
|
%!s(int64=11) %!d(string=hai) anos |
Ben Hood
|
e6ccb9722d
Merge pull request #137 from Zariel/always-handle-error
|
%!s(int64=11) %!d(string=hai) anos |
Ben Hood
|
7e49292f5c
Merge pull request #138 from Zariel/use-tempory-not-timeout
|
%!s(int64=11) %!d(string=hai) anos |
Chris Bannister
|
eebae68aa6
Instead of checking for timeouts check for Tempoary errors, which will allow 5 timeouts before returning false
|
%!s(int64=11) %!d(string=hai) anos |
Chris Bannister
|
32a6094508
Whenever the connection is closed always call cluster.HandleError
|
%!s(int64=11) %!d(string=hai) anos |