Alberto Bortolan created CASSANDRA-20532:
--------------------------------------------

             Summary: The property 
cassandra.streaming.session.parallelTransfers is ignored
                 Key: CASSANDRA-20532
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-20532
             Project: Apache Cassandra
          Issue Type: Bug
            Reporter: Alberto Bortolan


The property is ignored and the parallel transfers always uses the default 
value.

The fix is a trivial one-line change in 
[StreamingMultiplexedChannel.java|https://github.com/apache/cassandra/blob/cassandra-4.1.8/src/java/org/apache/cassandra/streaming/async/StreamingMultiplexedChannel.java#L98]
 ( v4.1+) or 
[NettyStreamingMessageSender.java|https://github.com/apache/cassandra/blob/cassandra-4.0.17/src/java/org/apache/cassandra/streaming/async/NettyStreamingMessageSender.java#L92]
 ( v4.0 ) where the semaphore size has to changed from 
{{DEFAULT_MAX_PARALLEL_TRANSFERS}} to {{MAX_PARALLEL_TRANSFERS}}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to