[
https://issues.apache.org/jira/browse/CASSANDRA-1136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12872061#action_12872061
]
Nahor edited comment on CASSANDRA-1136 at 5/26/10 10:11 PM:
------------------------------------------------------------
Is the problem link to adding data to a cluster with less nodes than RF?
Because in my second test, I could add new nodes despite having only 2 nodes
when I added the data.
And I had the crash after calling "nodetool loadbalance", I had 4 active nodes.
was (Author: nahor):
What's the problem exactly? In my second test, I had 4 nodes when I called
"nodetool loadbalance" (but not when I added the data). Is the problem
specifically when adding data to a cluster with less nodes than RF?
> 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
> Reporter: Nahor
> Priority: Minor
> Fix For: 0.6.3
>
>
> 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.