diff --git a/cassandra-cluster/scripts/cassandra-clusternode.sh b/cassandra-cluster/scripts/cassandra-clusternode.sh index 093493d..fec28ae 100755 --- a/cassandra-cluster/scripts/cassandra-clusternode.sh +++ b/cassandra-cluster/scripts/cassandra-clusternode.sh @@ -34,6 +34,8 @@ fi echo "JVM_OPTS=\"\$JVM_OPTS -Dcassandra.initial_token=$CASSANDRA_TOKEN\"" >> $CASSANDRA_CONFIG/cassandra-env.sh # Most likely not needed +# relates to the folllowing issue (nodetool remote connection issue): +# http://www.datastax.com/documentation/cassandra/2.1/cassandra/troubleshooting/trblshootConnectionsFail_r.html echo "JVM_OPTS=\"\$JVM_OPTS -Djava.rmi.server.hostname=$IP\"" >> $CASSANDRA_CONFIG/cassandra-env.sh echo "Starting Cassandra on $IP..."