[ 
https://issues.apache.org/jira/browse/CASSANDRA-14402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16444294#comment-16444294
 ] 

Jason Brown commented on CASSANDRA-14402:
-----------------------------------------

Patch to remove the thread pool:

||trunk||
|[branch|https://github.com/jasobrown/cassandra/tree/remove-async-stream-establisher]|
|[utests & 
dtests|https://circleci.com/gh/jasobrown/workflows/cassandra/tree/remove-async-stream-establisher]|
||
The one failed dtest is unrelated.

> Remove StreamCoordinator.streamExecutor thread pool
> ---------------------------------------------------
>
>                 Key: CASSANDRA-14402
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-14402
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Streaming and Messaging
>            Reporter: Jason Brown
>            Assignee: Jason Brown
>            Priority: Minor
>             Fix For: 4.x
>
>
> {{StreamCoordinator.streamExecutor}} was previously introduced to initiate 
> stream connections on a separate thread from the session invocation logic. 
> With CASSANDRA-1229 streaming now uses non-blocking IO, and connection 
> establishment is asynchronous via netty. Thus, the thread pool in 
> {{StreamCoordinator}} is unneeded.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

Reply via email to