Re: Limit on number of connections to Cassandra

2017-09-08 Thread Andy Tolbert
Hello, If I'm understanding the question correctly, as of C* 2.0.15 / 2.1.5 via CASSANDRA-8086 you can limit the maximum number of connections allowed to a C* node via native_transport_max_concurrent_connections

Limit on number of connections to Cassandra

2017-09-08 Thread techpyaasa .
Hi Is there any limit on number of client connections to Cassandra just like MySQL etc., ? If YES, what is that & how can we set that? If NO , how will get to know that node has reached it's capacity serving client requests/over loaded? Using C*-2.1.17 , datastax java driver Thanks