You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "hemalatha (JIRA)" <ji...@apache.org> on 2017/01/04 09:38:58 UTC

[jira] [Commented] (CASSANDRA-11065) null pointer exception in CassandraDaemon.java:195

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

hemalatha commented on CASSANDRA-11065:
---------------------------------------

I am seeing a similar exception with Cassandra version 2.2.4. I saw this when I dropped keyspace when a a node was down. Any time I run repair I see the error. With version 2.2.4, how do I get rid of this error? Even after recreating keyspace the error still remains.

> null pointer exception in CassandraDaemon.java:195
> --------------------------------------------------
>
>                 Key: CASSANDRA-11065
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-11065
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Streaming and Messaging
>            Reporter: Vassil Lunchev
>            Assignee: Paulo Motta
>            Priority: Minor
>             Fix For: 2.2.6, 3.0.4, 3.4
>
>
> Running Cassandra 3.0.1 installed from apt-get on debian.
> I had a keyspace called 'tests'. I dropped it. Then I checked some nodes and one of them still had that keyspace 'tests'. On a node that still has the dropped keyspace I ran:
> nodetools repair tests;
> In the system logs of another node that did not have keyspace 'tests' I am seeing a null pointer exception:
> {code:java}
> ERROR [AntiEntropyStage:2] 2016-01-25 15:02:46,323 RepairMessageVerbHandler.java:161 - Got error, removing parent repair session
> ERROR [AntiEntropyStage:2] 2016-01-25 15:02:46,324 CassandraDaemon.java:195 - Exception in thread Thread[AntiEntropyStage:2,5,main]
> java.lang.RuntimeException: java.lang.NullPointerException
> 	at org.apache.cassandra.repair.RepairMessageVerbHandler.doVerb(RepairMessageVerbHandler.java:164) ~[apache-cassandra-3.0.1.jar:3.0.1]
> 	at org.apache.cassandra.net.MessageDeliveryTask.run(MessageDeliveryTask.java:67) ~[apache-cassandra-3.0.1.jar:3.0.1]
> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) ~[na:1.8.0_66-internal]
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) ~[na:1.8.0_66-internal]
> 	at java.lang.Thread.run(Thread.java:745) ~[na:1.8.0_66-internal]
> Caused by: java.lang.NullPointerException: null
> 	at org.apache.cassandra.repair.RepairMessageVerbHandler.doVerb(RepairMessageVerbHandler.java:69) ~[apache-cassandra-3.0.1.jar:3.0.1]
> 	... 4 common frames omitted
> {code}
> The error appears every time I run:
> nodetools repair tests;
> I can see it in the logs of all nodes, including the node on which I run the repair.



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