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 loading:

INFO  [main] 2017-08-01 15:10:13,474 StorageService.java:2087 - Node /
10.29.32.141 state jump to NORMAL
DEBUG [main] 2017-08-01 15:10:13,479 StorageService.java:1336 - NORMAL
INFO  [main] 2017-08-01 15:10:13,486 CassandraDaemon.java:689 - Waiting for
gossip to settle before accepting client requests...
DEBUG [PendingRangeCalculator:1] 2017-08-01 15:10:13,491
PendingRangeCalculatorService.java:66 - finished calculation for 3
keyspaces in 8ms
INFO  [StorageServiceShutdownHook] 2017-08-01 15:10:17,848
Gossiper.java:1500 - Announcing shutdown

I have googled to death and I'm not able to find any solution nor
explanation.
Any help will be appreciated.

Thanks in advance.

Lucas

Reply via email to