[ https://issues.apache.org/jira/browse/CASSANDRA-20603?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
David Capwell updated CASSANDRA-20603: -------------------------------------- Bug Category: Parent values: Code(13163)Level 1 values: Bug - Unclear Impact(13164) Complexity: Low Hanging Fruit Discovered By: Fuzz Test Fix Version/s: 5.0.x Severity: Low Status: Open (was: Triage Needed) > NPE when a node sees gossip shutdown from unknown peer > ------------------------------------------------------ > > Key: CASSANDRA-20603 > URL: https://issues.apache.org/jira/browse/CASSANDRA-20603 > Project: Apache Cassandra > Issue Type: Bug > Components: Cluster/Gossip > Reporter: David Capwell > Assignee: David Capwell > Priority: Normal > Fix For: 5.0.x > > > {code} > java.lang.NullPointerException > at > org.apache.cassandra.gms.GossipShutdownVerbHandler.doVerb(GossipShutdownVerbHandler.java:52) > {code} > This is due to > {code} > ctx.gossiper().getEndpointStateForEndpoint(message.from()).getHeartBeatState(); > {code} > The endpoint isn’t known so getHeartBeatState can’t be called -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org