Monday, April 22, 2013

cassandra nodetool troubleshooting

./nodetool -h localhost ring

if you can see this line

Failed to connect to '127.0.0.1:7199': Connection refused


change "cassandra-env.sh"

JVM_OPTS="$JVM_OPTS -Djava.rmi.server.hostname=<hostname>"

No comments:

Post a Comment