[
https://issues.apache.org/jira/browse/CASSANDRA-16927?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17424411#comment-17424411
]
Benedict Elliott Smith commented on CASSANDRA-16927:
----------------------------------------------------
One failing dtest was caused by the keep-alive changes to only send when the
connection was not in use. On further investigation I realised keep alives are
no longer necessary in 4.0, since we specify SO_KEEPALIVE on all connections,
so the OS will ensure the connection is kept alive. So I have removed this
logic, and also updated
[cassandra-dtest|https://github.com/belliottsmith/cassandra-dtest/tree/16927-trunk]
to skip this log check on 4.0 and up.
> Mockable Streaming
> ------------------
>
> Key: CASSANDRA-16927
> URL: https://issues.apache.org/jira/browse/CASSANDRA-16927
> Project: Cassandra
> Issue Type: Improvement
> Components: Legacy/Streaming and Messaging
> Reporter: Benedict Elliott Smith
> Assignee: Benedict Elliott Smith
> Priority: Normal
>
> To support CEP-10 it is necessary to support alternative streaming
> implementations, so that execution may be controlled. The ticket encompasses
> two sub-tickets: firstly we make InetAddressAndPort extend InetAddress so
> that we may 2) introduce a cross-classloader API for establishing a streaming
> connection and sending data over it.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]