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:35:00 UTC

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

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

Aleksey Yeschenko commented on CASSANDRA-15195:
-----------------------------------------------

Code's [here|https://github.com/iamaleksey/cassandra/commits/15195-4.0], CI results [here|https://circleci.com/workflow-run/c1dd947b-5a18-4ed2-94f2-ef09d567e560].

One (slightly broken) dtest is failing right now, but it's a double test-issue (grepping logs for an exception that's been replaced due to boringssl inclusion).

> 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
>            Priority: Normal
>
> 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