Sean McCarthy created CASSANDRA-13139:
-----------------------------------------
Summary: test failure in
hintedhandoff_test.TestHintedHandoff.hintedhandoff_decom_test
Key: CASSANDRA-13139
URL: https://issues.apache.org/jira/browse/CASSANDRA-13139
Project: Cassandra
Issue Type: Bug
Components: Testing
Reporter: Sean McCarthy
Attachments: node1_debug.log, node1_gc.log, node1.log,
node2_debug.log, node2_gc.log, node2.log, node3_debug.log, node3_gc.log,
node3.log, node4_debug.log, node4_gc.log, node4.log
example failure:
http://cassci.datastax.com/job/trunk_novnode_dtest/503/testReport/hintedhandoff_test/TestHintedHandoff/hintedhandoff_decom_test
{code}
Error Message
Subprocess ['nodetool', '-h', 'localhost', '-p', '7200', ['decommission']]
exited with non-zero status; exit status: 1;
stdout: nodetool: Unsupported operation: Not enough live nodes to maintain
replication factor in keyspace system_distributed (RF = 3, N = 3). Perform a
forceful decommission to ignore.
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/hintedhandoff_test.py", line 169, in
hintedhandoff_decom_test
node2.decommission()
File "/usr/local/lib/python2.7/dist-packages/ccmlib/node.py", line 1314, in
decommission
self.nodetool("decommission")
File "/usr/local/lib/python2.7/dist-packages/ccmlib/node.py", line 783, in
nodetool
return handle_external_tool_process(p, ['nodetool', '-h', 'localhost',
'-p', str(self.jmx_port), cmd.split()])
File "/usr/local/lib/python2.7/dist-packages/ccmlib/node.py", line 1993, in
handle_external_tool_process
raise ToolError(cmd_args, rc, out, err)
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)