[
https://issues.apache.org/jira/browse/CASSANDRA-1136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12872028#action_12872028
]
Nahor commented on CASSANDRA-1136:
----------------------------------
I just got the same error again with different steps:
- Created a cluster with 2 nodes
- Added data in the cluster
- Added 2 more nodes (the second after the first one was done)
- Called "nodetool loadbalance" on the very first node of the cluster
Then I got the error one one of the other node (where the node being
loadbalanced tried to send the data)
> NullPointerException in StreamInitiateVerbHandler.java when adding a new node
> -----------------------------------------------------------------------------
>
> Key: CASSANDRA-1136
> URL: https://issues.apache.org/jira/browse/CASSANDRA-1136
> Project: Cassandra
> Issue Type: Bug
> Components: Core
> Affects Versions: 0.6.1
> Reporter: Nahor
>
> When I add a node to my cluster I get a NullPointerException:
> INFO 15:58:13,825 Bootstrapping
> ERROR 15:58:14,581 Error in ThreadPoolExecutor
> java.lang.NullPointerException
> at
> org.apache.cassandra.streaming.StreamInitiateVerbHandler.getNewNames(StreamInitiateVerbHandler.java:154)
> at
> org.apache.cassandra.streaming.StreamInitiateVerbHandler.doVerb(StreamInitiateVerbHandler.java:76)
> at
> org.apache.cassandra.net.MessageDeliveryTask.run(MessageDeliveryTask.java:40)
> at
> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
> at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
> at java.lang.Thread.run(Thread.java:619)
> ERROR 15:58:14,582 Fatal exception in thread
> Thread[MESSAGE-DESERIALIZER-POOL:1,5,main]
> java.lang.NullPointerException
> at
> org.apache.cassandra.streaming.StreamInitiateVerbHandler.getNewNames(StreamInitiateVerbHandler.java:154)
> at
> org.apache.cassandra.streaming.StreamInitiateVerbHandler.doVerb(StreamInitiateVerbHandler.java:76)
> at
> org.apache.cassandra.net.MessageDeliveryTask.run(MessageDeliveryTask.java:40)
> at
> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
> at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
> at java.lang.Thread.run(Thread.java:619)
> My cluster has currently only 1 node and has a RF3.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.