[
https://issues.apache.org/jira/browse/CASSANDRA-8296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14208523#comment-14208523
]
Jason Brown commented on CASSANDRA-8296:
----------------------------------------
Can you run {code}nodetool gossipinfo{code} from both the new node a random
existing node, and post the output? Also, how are you bring the new node into
the cluster (what steps do you do)? Just want to rule out anything out of the
ordinary.
FWIW, I just launched a local 3-node cluster (via ccm) on my local linux
install, and then added a fourth node without a problem - the generation of the
new node was within expectations. I used GossipingPropertyFileSnitch, as well.
> Can't add new node to a Cluster due to invalid gossip generation
> ----------------------------------------------------------------
>
> Key: CASSANDRA-8296
> URL: https://issues.apache.org/jira/browse/CASSANDRA-8296
> Project: Cassandra
> Issue Type: Bug
> Environment: Debian Wheezy
> Cassandra 2.1.1
> Reporter: Rafał Furmański
> Assignee: Jason Brown
>
> Hi all! I'm unable to add new node to an existing Cassandra cluster. I'm
> using GossipingPropertyFileSnitch and after starting cassandra I get
> following errors on other nodes:
> {code}
> WARN [GossipStage:2] 2014-11-12 09:38:43,297 Gossiper.java:993 - received an
> invalid gossip generation for peer /10.210.3.230; local generation = 3,
> received generation = 1415785003
> {code}
> New node's IP is 10.210.3.230. I can't see this IP in {code}nodetool
> status{code}
> Any ideas?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)