You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@cassandra.apache.org by Elias Ross <ge...@noderunner.net> on 2014/08/06 03:01:13 UTC

NPE in UUIDGen.decompose - Cassandra 1.2.9

Here's an error I've seen when adding while decommissioning a different node.

 INFO [GossipStage:1] 2014-08-06 00:37:43,615 StorageService.java
(line 1614) Removing tokens [-1092160356339948581,
-1135452450397885068, ...
ERROR [GossipStage:1] 2014-08-06 00:37:43,618 CassandraDaemon.java
(line 194) Exception in thread Thread[GossipStage:1,5,main]
java.lang.NullPointerException
at org.apache.cassandra.utils.UUIDGen.decompose(UUIDGen.java:82)
at org.apache.cassandra.db.HintedHandOffManager.deleteHintsForEndpoint(HintedHandOffManager.java:166)
at org.apache.cassandra.service.StorageService.excise(StorageService.java:1615)
at org.apache.cassandra.service.StorageService.excise(StorageService.java:1630)
at org.apache.cassandra.service.StorageService.handleStateLeft(StorageService.java:1515)
at org.apache.cassandra.service.StorageService.onChange(StorageService.java:1234)
at org.apache.cassandra.gms.Gossiper.doNotifications(Gossiper.java:953)
at org.apache.cassandra.gms.Gossiper.applyNewStates(Gossiper.java:944)
at org.apache.cassandra.gms.Gossiper.applyStateLocally(Gossiper.java:902)
at org.apache.cassandra.gms.GossipDigestAckVerbHandler.doVerb(GossipDigestAckVerbHandler.java:57)
at org.apache.cassandra.net.MessageDeliveryTask.run(MessageDeliveryTask.java:56)

I didn't see anything in JIRA about the same issue, but there are
similar issues.

Has this been fixed? Is this a new bug? This is Cassandra 1.2.9.

Thank you.

Re: NPE in UUIDGen.decompose - Cassandra 1.2.9

Posted by Robert Coli <rc...@eventbrite.com>.
On Tue, Aug 5, 2014 at 6:01 PM, Elias Ross <ge...@noderunner.net> wrote:

> Has this been fixed? Is this a new bug? This is Cassandra 1.2.9.
>

Dunno, though as you say there are Decommission improvements upstream in
2.x.

If I were you, and could repro this, I would :

1) file a JIRA with repro steps
2) upgrade to 1.2.18
3) see if I could still repro

=Rob