You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@cassandra.apache.org by Jai Bheemsen Rao Dhanwada <ja...@gmail.com> on 2017/04/12 01:26:15 UTC

Streaming errors during bootstrap

Hello,

I am seeing streaming errors while adding new nodes(in the same DC) to the
cluster.

ERROR [STREAM-IN-/x.x.x.x] 2017-04-11 23:09:29,318 StreamSession.java:512 -
[Stream #a8d56c70-1f0b-11e7-921e-61bb8bdc19bb] Streaming error occurred
java.io.IOException: CF *465ed8d0-086c-11e6-9744-2900b5a9ab11* was dropped
during streaming
at
org.apache.cassandra.streaming.compress.CompressedStreamReader.read(CompressedStreamReader.java:77)
~[apache-cassandra-2.1.16.jar:2.1.16]
at
org.apache.cassandra.streaming.messages.IncomingFileMessage$1.deserialize(IncomingFileMessage.java:48)
~[apache-cassandra-2.1.16.jar:2.1.16]
at
org.apache.cassandra.streaming.messages.IncomingFileMessage$1.deserialize(IncomingFileMessage.java:38)
~[apache-cassandra-2.1.16.jar:2.1.16]
at
org.apache.cassandra.streaming.messages.StreamMessage.deserialize(StreamMessage.java:56)
~[apache-cassandra-2.1.16.jar:2.1.16]
at
org.apache.cassandra.streaming.ConnectionHandler$IncomingMessageHandler.run(ConnectionHandler.java:276)
~[apache-cassandra-2.1.16.jar:2.1.16]
at java.lang.Thread.run(Thread.java:745) [na:1.8.0_101]

The CF : 465ed8d0-086c-11e6-9744-2900b5a9ab11 is actually present and all
the nodes are in sync. I am sure there is  not n/w connectivity issues.
Not sure why this error is happening.

I tried to run repair/scrub on the CF with metadata :
465ed8d0-086c-11e6-9744-2900b5a9ab11 but didn't help.

Any idea what else to look for in this case?

Thanks in advance.

Re: Streaming errors during bootstrap

Posted by kurt greaves <ku...@instaclustr.com>.
Did this error persist? What was the expected outcome? Did you drop this CF
and now expect it to no longer exist?

On 12 April 2017 at 01:26, Jai Bheemsen Rao Dhanwada <ja...@gmail.com>
wrote:

> Hello,
>
> I am seeing streaming errors while adding new nodes(in the same DC) to the
> cluster.
>
> ERROR [STREAM-IN-/x.x.x.x] 2017-04-11 23:09:29,318 StreamSession.java:512
> - [Stream #a8d56c70-1f0b-11e7-921e-61bb8bdc19bb] Streaming error occurred
> java.io.IOException: CF *465ed8d0-086c-11e6-9744-2900b5a9ab11* was
> dropped during streaming
> at org.apache.cassandra.streaming.compress.CompressedStreamReader.read(
> CompressedStreamReader.java:77) ~[apache-cassandra-2.1.16.jar:2.1.16]
> at org.apache.cassandra.streaming.messages.IncomingFileMessage$1.
> deserialize(IncomingFileMessage.java:48) ~[apache-cassandra-2.1.16.jar:
> 2.1.16]
> at org.apache.cassandra.streaming.messages.IncomingFileMessage$1.
> deserialize(IncomingFileMessage.java:38) ~[apache-cassandra-2.1.16.jar:
> 2.1.16]
> at org.apache.cassandra.streaming.messages.StreamMessage.deserialize(StreamMessage.java:56)
> ~[apache-cassandra-2.1.16.jar:2.1.16]
> at org.apache.cassandra.streaming.ConnectionHandler$
> IncomingMessageHandler.run(ConnectionHandler.java:276)
> ~[apache-cassandra-2.1.16.jar:2.1.16]
> at java.lang.Thread.run(Thread.java:745) [na:1.8.0_101]
>
> The CF : 465ed8d0-086c-11e6-9744-2900b5a9ab11 is actually present and all
> the nodes are in sync. I am sure there is  not n/w connectivity issues.
> Not sure why this error is happening.
>
> I tried to run repair/scrub on the CF with metadata :
> 465ed8d0-086c-11e6-9744-2900b5a9ab11 but didn't help.
>
> Any idea what else to look for in this case?
>
> Thanks in advance.
>
>