[
https://issues.apache.org/jira/browse/CASSANDRA-13324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15933481#comment-15933481
]
Ariel Weisberg commented on CASSANDRA-13324:
--------------------------------------------
The tests found some bugs and I made a few small changes. I force pushed
instead of adding a commit.
It didn't compile because {{MessagingServiceTest}} needed to pass in a
{{MockBackpressureStrategy}} to construct an {{OutboundTcpConnectionPool}}.
Also there were issues with {{DatabaseDescriptor.internodeAuthenticator}} being
null. Rather then add null checks I added made the config not nullable with a
default of the allow all authenticator.
> Outbound TCP connections ignore internode authenticator
> -------------------------------------------------------
>
> Key: CASSANDRA-13324
> URL: https://issues.apache.org/jira/browse/CASSANDRA-13324
> Project: Cassandra
> Issue Type: Bug
> Components: Streaming and Messaging
> Reporter: Ariel Weisberg
> Assignee: Ariel Weisberg
>
> When creating an outbound connection pool and connecting from within
> andOutboundTcpConnection it doesn't check if internode authenticator will
> allow the connection. In practice this can cause a bunch of orphaned threads
> perpetually attempting to reconnect to an endpoint that is will never accept
> the connection.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)