Dave Brosius created CASSANDRA-9510:
---------------------------------------
Summary: assassinating an unknown endpoint could npe
Key: CASSANDRA-9510
URL: https://issues.apache.org/jira/browse/CASSANDRA-9510
Project: Cassandra
Issue Type: Bug
Components: Core
Reporter: Dave Brosius
Assignee: Dave Brosius
Priority: Trivial
Fix For: 3.x
Attachments: assissinate_unknown.txt
If the code assissinates an unknown endpoint, it doesn't generate a 'tokens'
collection, which then does
epState.addApplicationState(ApplicationState.STATUS,
StorageService.instance.valueFactory.left(tokens, computeExpireTime()));
and left(null, time); will npe
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)