Sean McCarthy created CASSANDRA-13495:
-----------------------------------------
Summary: dtest failure in
snapshot_test.TestSnapshot.test_snapshot_and_restore_dropping_a_column
Key: CASSANDRA-13495
URL: https://issues.apache.org/jira/browse/CASSANDRA-13495
Project: Cassandra
Issue Type: Bug
Components: Testing
Reporter: Sean McCarthy
Attachments: node1_debug.log, node1_gc.log, node1.log
example failure:
http://cassci.datastax.com/job/cassandra-2.2_dtest_jdk8/342/testReport/snapshot_test/TestSnapshot/test_snapshot_and_restore_dropping_a_column
{code}
Error Message
Subprocess ['nodetool', '-h', 'localhost', '-p', '7100', ['refresh', 'ks',
'cf']] exited with non-zero status; exit status: 1;
stdout: nodetool: Unknown keyspace/cf pair (ks.cf)
See 'nodetool help' or 'nodetool help <command>'.
{code}{code}
Stacktrace
File "/usr/lib/python2.7/unittest/case.py", line 329, in run
testMethod()
File "/home/automaton/cassandra-dtest/snapshot_test.py", line 145, in
test_snapshot_and_restore_dropping_a_column
node1.nodetool('refresh ks cf')
File "/home/automaton/venv/local/lib/python2.7/site-packages/ccmlib/node.py",
line 789, in nodetool
return handle_external_tool_process(p, ['nodetool', '-h', 'localhost',
'-p', str(self.jmx_port), cmd.split()])
File "/home/automaton/venv/local/lib/python2.7/site-packages/ccmlib/node.py",
line 2002, in handle_external_tool_process
raise ToolError(cmd_args, rc, out, err)
{code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]