You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "sankalp kohli (JIRA)" <ji...@apache.org> on 2016/06/23 21:01:16 UTC

[jira] [Created] (CASSANDRA-12084) Host comes up during replacement when all replicas are down

sankalp kohli created CASSANDRA-12084:
-----------------------------------------

             Summary:  Host comes up during replacement when all replicas are down
                 Key: CASSANDRA-12084
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-12084
             Project: Cassandra
          Issue Type: Bug
            Reporter: sankalp kohli
            Priority: Minor


Description: Steps to reproduce 
1) Setup a 3 instance cluster
2) Create a Rf=3 keyspace
3) Bring non seed instance down. 
4) Start 4th instance with -Dcassandra.replace_address args set.
5) When it is sleeping after “JOINING: calculation complete, ready to bootstrap”, kill the other two instances
6) This node comes up with no data. 

This is happening due to code in RangeStreamer.getRangeFetchMap where it does not throw an exception if localhost is part of the sources. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)