You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Benedict (JIRA)" <ji...@apache.org> on 2014/05/14 17:45:17 UTC

[jira] [Created] (CASSANDRA-7231) Support more concurrent requests per native transport connection

Benedict created CASSANDRA-7231:
-----------------------------------

             Summary: Support more concurrent requests per native transport connection
                 Key: CASSANDRA-7231
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-7231
             Project: Cassandra
          Issue Type: Improvement
          Components: Core
            Reporter: Benedict
            Priority: Minor
             Fix For: 2.1.0


Right now we only support 127 concurrent requests against a given native transport connection. This causes us to waste file handles opening multiple connections, increases driver complexity and dilutes writes across multiple connections so that batching cannot easily be performed.

I propose raising this limit substantially, to somewhere in the region of 16-64K, and that this is a good time to do it since we're already bumping the protocol version.



--
This message was sent by Atlassian JIRA
(v6.2#6252)