You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cassandra.apache.org by oleg yusim <ol...@gmail.com> on 2016/01/15 02:39:39 UTC

Concurrent connections

Greetings,

I was looking for a way to limit amount of concurrent connection on per
user base, but it looks like Cassandra doesn't support it.

So for the lack of it, I switched to the per IP base, which Cassandra
supports. Now here is the question comes:

What are the values for native_transport_max_concurrent
and native_transport_max_concurrent_per_ip development team recommends not
to exceed?

>From what I read here: https://issues.apache.org/jira/browse/CASSANDRA-7231
it appears the limit might be 2^15 - 1. Would it be a correct assumption?

Thanks,

Oleg