Details
-
Bug
-
Status: Resolved
-
Normal
-
Resolution: Implemented
-
Normal
Description
While getting timeout values from nodetool giving below error.
root@ubuntu:~# nodetool gettimeout read
nodetool: Found unexpected parameters: [gettimeout, read]
See 'nodetool help' or 'nodetool help <command>'.
Getting the same error on CCM as well.
$ ccm node1 nodetool gettimeout read
Traceback (most recent call last):
File "E:\Studies\Cassandra\ccm\ccm-master\ccm.py", line 74, in <module>
cmd.run()
File "E:\Studies\Cassandra\ccm\ccm-master\ccmlib\cmds\node_cmds.py", line 267, in run
stdout, stderr = self.node.nodetool(" ".join(self.args[1:]))
File "E:\Studies\Cassandra\ccm\ccm-master\ccmlib\node.py", line 699, in nodetool
raise NodetoolError(" ".join(args), exit_status, stdout, stderr)
ccmlib.node.NodetoolError: Nodetool command 'C:\Users\dins2\.ccm\repository\3.0.3\bin\nodetool.bat -h localhost -p 7100 gettimeout read' failed; exit status: 1; stdout: nodetool: Found unexpected parameters: [gettimeout, read]
See 'nodetool help' or 'nodetool help <command>'.
C* v3.0.3