Re: Cassandra failed to start when trying to move to multi-node

2017-08-01 Thread Lucas Alvarez
Hi Guys, Sincerely I can't believe the poor log description cassandra has. I'm really annoyed of it. I'll be very grateful if someone can tell me what I'm doing wrong.These are the system.log DEBUG [MigrationStage:1] 2017-08-01 19:05:32,316 MigrationManager.java:559 - Gossiping my schema

Re: Cassandra failed to start when trying to move to multi-node

2017-08-01 Thread Nitan Kainth
try with bootstrap true in that case. Start the seed node first. I think it should work. On Tue, Aug 1, 2017 at 4:54 PM, Lucas Alvarez wrote: > I'm sorry the ip address of this node in the configuration was > 10.29.32.141. > num_tokens is set to 256 > initial_token is

Re: Cassandra failed to start when trying to move to multi-node

2017-08-01 Thread Lucas Alvarez
I'm sorry the ip address of this node in the configuration was 10.29.32.141 . num_tokens is set to 256 initial_token is commented. The server has been just installed. Thanks for your help 2017-08-01 17:01 GMT-03:00 Nitan Kainth : > If it is blank, you can use bootstrap: true.

Re: Cassandra failed to start when trying to move to multi-node

2017-08-01 Thread Nitan Kainth
If it is blank, you can use bootstrap: true. What is num_tokens and initial token values? > On Aug 1, 2017, at 2:42 PM, Lucas Alvarez wrote: > > Hi, I'm trying to configure Cassandra as a cluster with two nodes. When > trying to simple start the first node just changing

Re: Cassandra failed to start when trying to move to multi-node

2017-08-01 Thread Michael Shuler
10.29.30.2 does not appear to be the IP of the node, if you got "Node /10.29.32.141 state jump to NORMAL" as the first logged state change from StorageService. Usually this first entry is the node's local IP address. Later in the log, you'll see OutboundTcpConnection handshakes and state change

Cassandra failed to start when trying to move to multi-node

2017-08-01 Thread Lucas Alvarez
Hi, I'm trying to configure Cassandra as a cluster with two nodes. When trying to simple start the first node just changing this parameters: listen_address: 10.29.30.2 seed_provider: 10.29.30.2 rpc_address: 10.29.30.2 auto_bootstrap: false I'm getting this message and then cassandra stop