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

Yuki Morishita commented on CASSANDRA-11841:
--------------------------------------------

Thanks, trunk patch looks good to me.

Ninja fix though needs to be updated since you omitted {{String.format}} from 
{{logger.error}}("%s" is for the former, you need "{}" for the latter).
So it needs to be:

{code}
logger.error(String.format("Error while reading from socket from %s.", 
socket.getRemoteSocketAddress()), t);
{code}

> Add keep-alive to stream protocol
> ---------------------------------
>
>                 Key: CASSANDRA-11841
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-11841
>             Project: Cassandra
>          Issue Type: Sub-task
>            Reporter: Paulo Motta
>            Assignee: Paulo Motta
>             Fix For: 3.x
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to