We are setting up the 8-node dse cluster (0-3 are cassandra nodes, 4-7 are analytic nodes). We started node 4 first (analytic seed), the node 0 (cassandra seed) with:
$ sudo service dse start
Then we got errors on node 4 - see the log below:
bigd@cassandra4:/etc/dse/cassandra$ sudo tail -f /var/log/cassandra/output.log
...
INFO 12:10:54,214 Server at cassandra0/192.168.1.104:8012 not available yet, Zzzzz...
INFO 12:10:56,215 Retrying connect to server: cassandra0/192.168.1.104:8012. Already tried 0 time(s).
INFO 12:10:57,215 Retrying connect to server: cassandra0/192.168.1.104:8012. Already tried 1 time(s).
INFO 12:10:58,216 Retrying connect to server: cassandra0/192.168.1.104:8012. Already tried 2 time(s).
INFO 12:10:59,217 Retrying connect to server: cassandra0/192.168.1.104:8012. Already tried 3 time(s).
INFO 12:11:00,217 Retrying connect to server: cassandra0/192.168.1.104:8012. Already tried 4 time(s).
INFO 12:11:01,218 Retrying connect to server: cassandra0/192.168.1.104:8012. Already tried 5 time(s).
INFO 12:11:02,219 Retrying connect to server: cassandra0/192.168.1.104:8012. Already tried 6 time(s).
INFO 12:11:03,220 Retrying connect to server: cassandra0/192.168.1.104:8012. Already tried 7 time(s).
INFO 12:11:04,221 Retrying connect to server: cassandra0/192.168.1.104:8012. Already tried 8 time(s).
INFO 12:11:05,221 Retrying connect to server: cassandra0/192.168.1.104:8012. Already tried 9 time(s).
INFO 12:11:05,222 Server at cassandra0/192.168.1.104:8012 not available yet, Zzzzz...
INFO 12:11:07,223 Retrying connect to server: cassandra0/192.168.1.104:8012. Already tried 0 time(s).
INFO 12:11:08,224 Retrying connect to server: cassandra0/192.168.1.104:8012. Already tried 1 time(s).
INFO 12:11:09,224 Retrying connect to server: cassandra0/192.168.1.104:8012. Already tried 2 time(s).
INFO 12:11:10,225 Retrying connect to server: cassandra0/192.168.1.104:8012. Already tried 3 time(s).
...
