Cassandra snapshot using nodetool -
i trying take snapshot of cassandra keyspace using nodetool. when executing nodetool snapshot
, getting following error.
nodetool: failed connect '127.0.0.1:7199' - connectexception: 'connection refused'.
after specifying host same error comes.
nodetool -h 10.92.12.1 -p 7199 -u user -pw passpass snapshot
is cassandra running? error shows when node not active.
if execute tail <path cassandra logs>/system.log
may explanation of happening
Comments
Post a Comment