[
https://issues.apache.org/jira/browse/CASSANDRA-10557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14968115#comment-14968115
]
Yuki Morishita commented on CASSANDRA-10557:
--------------------------------------------
Tests
| 2.1 |
[testall|http://cassci.datastax.com/view/Dev/view/yukim/job/yukim-10557-2.1-testall/lastCompletedBuild/testReport/]
|
[dtest|http://cassci.datastax.com/view/Dev/view/yukim/job/yukim-10557-2.1-dtest/lastCompletedBuild/testReport/]
|
| 2.2 |
[testall|http://cassci.datastax.com/view/Dev/view/yukim/job/yukim-10557-2.2-testall/lastCompletedBuild/testReport/]
|
[dtest|http://cassci.datastax.com/view/Dev/view/yukim/job/yukim-10557-2.2-dtest/lastCompletedBuild/testReport/]
|
| 3.0 |
[testall|http://cassci.datastax.com/view/Dev/view/yukim/job/yukim-10557-3.0-testall/lastCompletedBuild/testReport/]
|
[dtest|http://cassci.datastax.com/view/Dev/view/yukim/job/yukim-10557-3.0-dtest/lastCompletedBuild/testReport/]
|
> 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)