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

Paulo Motta commented on CASSANDRA-10557:
-----------------------------------------

Is this the same issue as CASSANDRA-10448? Were you able to reproduce?

Patch looks good and should help, but I don't understand how it relates to the 
{{java.lang.IllegalArgumentException: Unknown type 0}} issue, because as per 
CASSANDRA-10557 logs there was no retry and that exception was not thrown 
during {{SSTableWriter.abort()}} call. Could you please clarify?

> Streaming can throw exception when trying to retry
> --------------------------------------------------
>
>                 Key: CASSANDRA-10557
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-10557
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Yuki Morishita
>            Assignee: Yuki Morishita
>            Priority: Minor
>             Fix For: 2.1.x, 2.2.x, 3.0.0
>
>
> Streaming can throw below exception when trying to retry.
> This seems to be happening when underlining cause is not catched properly.
> {code}
> ERROR 18:45:56 [Stream #9f95fa90-7691-11e5-931f-5b735851f84a] Streaming error 
> occurred
> java.lang.IllegalArgumentException: Unknown type 0
>         at 
> org.apache.cassandra.streaming.messages.StreamMessage$Type.get(StreamMessage.java:97)
>  ~[main/:na]
>         at 
> org.apache.cassandra.streaming.messages.StreamMessage.deserialize(StreamMessage.java:58)
>  ~[main/:na]
>         at 
> org.apache.cassandra.streaming.ConnectionHandler$IncomingMessageHandler.run(ConnectionHandler.java:261)
>  ~[main/:na]
>         at java.lang.Thread.run(Thread.java:745) [na:1.8.0_45]
> {code}



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

Reply via email to