You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Aleksey Yeschenko (JIRA)" <ji...@apache.org> on 2019/07/02 17:31:00 UTC

[jira] [Created] (CASSANDRA-15195) Update Netty dependency to latest, include netty-tcnative-boringssl-static, clean up SocketFactory

Aleksey Yeschenko created CASSANDRA-15195:
---------------------------------------------

             Summary: Update Netty dependency to latest, include netty-tcnative-boringssl-static, clean up SocketFactory
                 Key: CASSANDRA-15195
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-15195
             Project: Cassandra
          Issue Type: Improvement
          Components: Messaging/Internode
            Reporter: Aleksey Yeschenko
            Assignee: Aleksey Yeschenko


Netty 4.1.37 was just released, and among other things, it includes the changes we asked for to allow overriding the queues used for event loops cleanly. Previously we had to resort to reflection to override the undesired behaviour, but now can do it all cleanly.

Additionally, start bundling netty-tcnative-boringssl-static, so that end-users don’t need to do anything extra to take advantage of faster boringssl-based encryption.

And on top of it just generally clean up some stuff in {{SocketFactory}}.



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

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