You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Terry Ma (JIRA)" <ji...@apache.org> on 2016/01/05 08:01:39 UTC

[jira] [Comment Edited] (CASSANDRA-10967) bootstrap fail with “Streaming error occurred”

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

Terry Ma edited comment on CASSANDRA-10967 at 1/5/16 7:01 AM:
--------------------------------------------------------------

this is full debug logs and system logs


was (Author: zjumty):
full debug logs and system logs

> bootstrap fail with “Streaming error occurred”
> ----------------------------------------------
>
>                 Key: CASSANDRA-10967
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-10967
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Streaming and Messaging
>         Environment: os: ubuntu 14.04.2 LTS (ec2)
>            Reporter: Terry Ma
>         Attachments: debug.log, system.log
>
>
> I installed  cassandra 2.2.4 from datastax apt source
> I have a cassandra cluster in aws ec2. the cluster has 7 nodes now. and I want to add a new node to this cluster. but there is error occured with bootstrap. the bootstrap can not finish sucessfully.
> I got the following errors on the new node:
> {code}
> WARN  [STREAM-IN-/172.31.4.135] 2016-01-01 15:23:44,228 StreamSession.java:644 - [Stream #b1cc3600-b054-11e5-80c
> 4-21d1c7c11a01] Retrying for following error
> java.lang.ArrayIndexOutOfBoundsException: null
> ERROR [Thread-571] 2016-01-01 15:23:44,228 CassandraDaemon.java:185 - Exception in thread Thread[Thread-571,5,ma
> in]
> java.lang.RuntimeException: java.lang.InterruptedException
>         at com.google.common.base.Throwables.propagate(Throwables.java:160) ~[guava-16.0.jar:na]
>         at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:32) ~[apache-cassandra-2.2.4.jar:
> 2.2.4]
>         at java.lang.Thread.run(Thread.java:745) ~[na:1.8.0_66]
> Caused by: java.lang.InterruptedException: null
>         at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireInterruptibly(AbstractQueuedSynchronizer
> .java:1220) ~[na:1.8.0_66]
>         at java.util.concurrent.locks.ReentrantLock.lockInterruptibly(ReentrantLock.java:335) ~[na:1.8.0_66]
>         at java.util.concurrent.ArrayBlockingQueue.put(ArrayBlockingQueue.java:350) ~[na:1.8.0_66]
>         at org.apache.cassandra.streaming.compress.CompressedInputStream$Reader.runMayThrow(CompressedInputStrea
> m.java:176) ~[apache-cassandra-2.2.4.jar:2.2.4]
>         at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:28) ~[apache-cassandra-2.2.4.jar:
> 2.2.4]
> {code}
> and I also got following errors: 
> {code}
> WARN  [STREAM-IN-/172.31.20.223] 2016-01-01 15:37:30,941 StreamSession.java:644 - [Stream #b1cc3600-b054-11e5-80
> c4-21d1c7c11a01] Retrying for following error
> java.lang.RuntimeException: Last written key DecoratedKey(-8466153190082758358, 000000000000356a) >= current key
>  DecoratedKey(-9223372036854775808, ) writing into /data_lvm/cassandra/data/feeds/inbox-eb873af0a19711e5ade0432b
> 31304f95/tmp-la-309-big-Data.db
> {code}
> I tried many things to do bootstrap, like cleanuped all nodes, scrubed all nodes, repaired all nodes. but It still fails with these errors.



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