Michael Shuler created CASSANDRA-13483:
------------------------------------------

             Summary: test failure in 
snapshot_test.TestSnapshot.test_snapshot_and_restore_dropping_a_column
                 Key: CASSANDRA-13483
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-13483
             Project: Cassandra
          Issue Type: Bug
            Reporter: Michael Shuler
         Attachments: node1_debug.log, node1_gc.log, node1.log

example failure:

http://cassci.datastax.com/job/cassandra-2.2_offheap_dtest/488/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: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to