Nick DHUPIA
|
12fdedb378
added ssl/tls feature for gocql
|
há 11 anos atrás |
juliendsv
|
14c1e9774c
update AUTHORS and remove const
|
há 11 anos atrás |
juliendsv
|
838e2ab56b
DefaultPort to Port: I tink it make more sense like that
|
há 11 anos atrás |
Chris Bannister
|
db852cdf07
Fail fast if no seeds are available
|
há 11 anos atrás |
Chris Bannister
|
358e2503dd
Pass by HostInfo instead of the peer address
|
há 11 anos atrás |
Chris Bannister
|
33220784c3
Add periodic node discovery with optional filters
|
há 11 anos atrás |
Phillip Couto
|
567a7eaaba
Moved preparedLRU definition to cluster.go as it seems more fitting. Reduced scope of locking for the prepared statement cache in the error handling code when executing batch statement. Improved the test cases.
|
há 11 anos atrás |
Phillip Couto
|
f56b352c90
Added missing cluster configuration option to adjust the size of the cache.
|
há 11 anos atrás |
Ben Frye
|
e42185c430
Comments and Readme changes
|
há 11 anos atrás |
Ben Frye
|
a3fe3be866
Removed redundant Boolean == checks in if
|
há 11 anos atrás |
Ben Frye
|
d51aff24a7
Added configuration item for DiscoverHosts
|
há 11 anos atrás |
Ben Frye
|
c2a38e6498
changed !exists to exists == false
|
há 11 anos atrás |
Ben Frye
|
9103d84985
When creating a session, gocql queries the cluster and fills out the Hosts based on what the cluster has configured.
|
há 11 anos atrás |
Phillip Couto
|
06eb28df61
Rebased branch. Fixed code that was altered from the rebase.
|
há 11 anos atrás |
Phillip Couto
|
3783dd1c40
Created the Connection Pool interface and converted the existing connection pool logic to a SimplePool interface.
|
há 11 anos atrás |
Chris Bannister
|
ef525ee05c
Use better error messages instead of ErrUnavailable
|
há 11 anos atrás |
Phillip Couto
|
1bce19d061
Added code to debounce requests to fillPool when calls are in a tight
|
há 11 anos atrás |
Phillip Couto
|
b46e7c51e1
Changed the reconnection logic to reduce the flood of reconnects. Also fixed incorrect keyspace on CreateSession.
|
há 11 anos atrás |
Phillip Couto
|
5cf7b6ee4c
Cleaned up code to streamline the connection being added to the pool and removed code related to old keyspace behaviour.
|
há 11 anos atrás |
Chris Bannister
|
daf8c8f8a6
When closing a cluster rmeove its connections instead of closing them
|
há 11 anos atrás |
Chris Bannister
|
52364c6341
Add an option to enable TCP keepalive.
|
há 11 anos atrás |
Phillip Couto
|
e01e597535
added impl.close() to make sure the connections stop retrying after returning error to user. Added test case to make sure CreateSession does not block indefinitely again.
|
há 11 anos atrás |
Phillip Couto
|
9a81a8c31c
Added a cluster parameter to define StartupTimeout. Fixed issue where a CreateSession would block trying to connect indefinitely when no hosts are available to connect to.
|
há 11 anos atrás |
Phillip Couto
|
e2264bb7f8
Added retry policies for Query and Batch Statements. Policies can be defined at the cluster or per query. Added test cases for retries and added test case for batch statement limits.
|
há 11 anos atrás |
Christoph Hack
|
441cb3e513
increase default connection timeout significantly
|
há 12 anos atrás |
Christoph Hack
|
788922259a
added password authentication support for Cassandra 2
|
há 12 anos atrás |
Alex
|
e3fa68bc6b
Fix #40 pool/reconnection issue as suggested by @Kimbsen
|
há 12 anos atrás |
Phillip Couto
|
b0851cd54f
Removed unnecessary check for nil in cluster.go. Ran gofmt on files that
|
há 12 anos atrás |
Phillip Couto
|
49545d685d
Added code to output an error on CreateSession when the user provides an
|
há 12 anos atrás |
Ghais Issa
|
8013aaede6
Properly set the consistency when generating new sessions
|
há 12 anos atrás |