[ https://issues.apache.org/jira/browse/CASSANDRA-14314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16403296#comment-16403296 ]
Dinesh Joshi commented on CASSANDRA-14314: ------------------------------------------ Hi [~jasobrown], I have updated the branch with a bunch of changes. Here's a short rundown of the changes - # Removed the {{serverSslContext}} and {{clientSslContext}} {{AtomicReference}} # Introduced a new field {{SocketType}} - so now you can create a combination of (PEER, CLIENT) \{{ConnectionType}} and (SERVER, CLIENT) {{SocketType}} # Netty SSL contexts are cached in a {{ConcurrentHashMap}}. I haven't currently implemented any strategy to prune or reset this map. My expectation is in the steady state this map should not grow. # Hot reloading is updated to use this map. > Fix argument passing for SSLContext in trunk > -------------------------------------------- > > Key: CASSANDRA-14314 > URL: https://issues.apache.org/jira/browse/CASSANDRA-14314 > Project: Cassandra > Issue Type: Bug > Reporter: Dinesh Joshi > Assignee: Dinesh Joshi > Priority: Major > > Argument passing has a minor bug while creating the SSLContext. Audit and > make sure that the client & server SSL contexts are created at appropriate > locations. -- 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