[
https://issues.apache.org/jira/browse/CASSANDRA-13407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15958915#comment-15958915
]
Alex Petrov commented on CASSANDRA-13407:
-----------------------------------------
It seems that the problem was in the fact that we are staring {{Gossiper}}:
|[patch|https://github.com/apache/cassandra/compare/trunk...ifesdjeen:13407-trunk]|[utest|https://cassci.datastax.com/view/Dev/view/ifesdjeen/job/ifesdjeen-13407-trunk-testall/]|
(utests were running ~25 times without this failure occuring, multiplexing a
single test didn't help reproducing it with a patch either).
> test failure at RemoveTest.testBadHostId
> ----------------------------------------
>
> Key: CASSANDRA-13407
> URL: https://issues.apache.org/jira/browse/CASSANDRA-13407
> Project: Cassandra
> Issue Type: Bug
> Reporter: Alex Petrov
> Assignee: Alex Petrov
>
> Example trace:
> {code}
> java.lang.NullPointerException
> at org.apache.cassandra.gms.Gossiper.getHostId(Gossiper.java:881)
> at org.apache.cassandra.gms.Gossiper.getHostId(Gossiper.java:876)
> at
> org.apache.cassandra.service.StorageService.handleStateNormal(StorageService.java:2201)
> at
> org.apache.cassandra.service.StorageService.onChange(StorageService.java:1855)
> at org.apache.cassandra.Util.createInitialRing(Util.java:216)
> at org.apache.cassandra.service.RemoveTest.setup(RemoveTest.java:89)
> {code}
> [failure
> example|https://cassci.datastax.com/job/trunk_testall/1491/testReport/org.apache.cassandra.service/RemoveTest/testBadHostId/]
> [history|https://cassci.datastax.com/job/trunk_testall/lastCompletedBuild/testReport/org.apache.cassandra.service/RemoveTest/testBadHostId/history/]
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)