[ https://issues.apache.org/jira/browse/CASSANDRA-20603?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
David Capwell updated CASSANDRA-20603: -------------------------------------- Description: {code} java.lang.NullPointerException at org.apache.cassandra.gms.GossipShutdownVerbHandler.doVerb(GossipShutdownVerbHandler.java:52) {code} This is due to {code} Gossiper.instance.getEndpointStateForEndpoint(message.from()).getHeartBeatState(); {code} The endpoint isn’t known so getHeartBeatState can’t be called was: {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 > 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} > Gossiper.instance.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