Dinesh Kumar created CASSANDRA-11482:
----------------------------------------
Summary: nodetool: Found unexpected parameters: [gettimeout, read]
Key: CASSANDRA-11482
URL: https://issues.apache.org/jira/browse/CASSANDRA-11482
Project: Cassandra
Issue Type: Bug
Components: Tools
Reporter: Dinesh Kumar
While getting timeout values from nodetool giving below error.
{quote}
root@ubuntu:~# nodetool gettimeout read
nodetool: Found unexpected parameters: [gettimeout, read]
See 'nodetool help' or 'nodetool help <command>'.
{quote}
Getting the same error on CCM as well.
{quote}
$ 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>'.
{quote}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)