You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Vinod (JIRA)" <ji...@apache.org> on 2017/04/14 05:32:41 UTC

[jira] [Created] (CASSANDRA-13449) Cannot replace address with a node that is already bootstrapped

Vinod created CASSANDRA-13449:
---------------------------------

             Summary: Cannot replace address with a node that is already bootstrapped
                 Key: CASSANDRA-13449
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-13449
             Project: Cassandra
          Issue Type: Bug
          Components: Core
         Environment: ubuntu 16
            Reporter: Vinod
             Fix For: 3.9


One of the existing node in a 5 node cassandra (3.9) cluster went down and fails to come up even on restart

I noticed the node to be down and tried to restart using the command

service cassandra restart

But the node fails to come and i see the below exception in system.log

ERROR [main] 2017-04-14 10:03:49,959 CassandraDaemon.java:747 - Exception encountered during startup java.lang.RuntimeException: Cannot replace address with a node that is already bootstrapped at org.apache.cassandra.service.StorageService.prepareToJoin(StorageService.java:752) ~[apache-cassandra-3.9.jar:3.9] at org.apache.cassandra.service.StorageService.initServer(StorageService.java:648) ~[apache-cassandra-3.9.jar:3.9] at org.apache.cassandra.service.StorageService.initServer(StorageService.java:548) ~[apache-cassandra-3.9.jar:3.9] at org.apache.cassandra.service.CassandraDaemon.setup(CassandraDaemon.java:385) [apache-cassandra-3.9.jar:3.9] at org.apache.cassandra.service.CassandraDaemon.activate(CassandraDaemon.java:601) [apache-cassandra-3.9.jar:3.9] at org.apache.cassandra.service.CassandraDaemon.main(CassandraDaemon.java:730) [apache-cassandra-3.9.jar:3.9] WARN [StorageServiceShutdownHook] 2017-04-14 10:03:49,963 Gossiper.java:1508 - No local state or state is in silent shutdown, not announcing shutdown WARN [StorageServiceShutdownHook] 2017-04-14 10:51:49,539 Gossiper.java:1508 - No local state or state is in silent shutdown, not announcing shutdown


 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)