You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Dave Brosius (JIRA)" <ji...@apache.org> on 2015/05/29 15:58:18 UTC

[jira] [Created] (CASSANDRA-9510) assassinating an unknown endpoint could npe

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)