On Mon, Nov 9, 2015 at 12:08 PM, K F <kf200...@yahoo.com> wrote: > As I am trying to bring up a new DC in my cluster, my first seed node that > I bring-up in the new DC that I am adding to the existing cluster. It's not > able to receive reply back for the GossipDigestSyn request sent to other > seeds in the cluster. > > This is causing the first node to come-up as a standalone node in the > cluster. So, how do I debug further this situation? >
That shouldn't be the case in 2.0.14, IIRC. It should just fail to start if you have provided a seed that it cannot contact. Are you sure the node is not in its own seed list? https://issues.apache.org/jira/browse/CASSANDRA-5836 =Rob