On Wed, Sep 24, 2014 at 11:01 AM, Gene Robichaux <[email protected]> wrote:
> I just added two nodes, one in DC-A and one in DC-B. > > > > The node in DC-A started and immediately started to stream files from its > piers. The node in DC-B has been in the JOINING state for nearly 24 hours > and I have not seen any streams started. > Adding more than one node at a time is not really supported, and you can end up in bad cases. Future versions of Cassandra will Strongly Discourage you from doing this. https://issues.apache.org/jira/browse/CASSANDRA-7069 If I were you, I would : 1) stop the DC-B node's bootstrap by stopping it and wiping its partially bootstrapped state 2) wait for DC-A to finish bootstrapping 3) re-bootstrap DC-B node. =Rob http://twitter.com/rcolidba
