Michael Hamm created CASSANDRA-13604:
----------------------------------------
Summary: test failure in
bootstrap_test.TestBootstrap.resumable_bootstrap_test
Key: CASSANDRA-13604
URL: https://issues.apache.org/jira/browse/CASSANDRA-13604
Project: Cassandra
Issue Type: Bug
Reporter: Michael Hamm
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
example failure:
http://cassci.datastax.com/job/cassandra-3.0_dtest/957/testReport/bootstrap_test/TestBootstrap/resumable_bootstrap_test
{noformat}
Error Message
Expected [['IN_PROGRESS']] from SELECT bootstrapped FROM system.local WHERE
key='local', but got [[u'COMPLETED']]
{noformat}
{noformat}
Stacktrace
File "/usr/lib/python2.7/unittest/case.py", line 329, in run
testMethod()
File "/home/automaton/cassandra-dtest/tools/decorators.py", line 48, in
wrapped
f(obj)
File "/home/automaton/cassandra-dtest/bootstrap_test.py", line 321, in
resumable_bootstrap_test
assert_bootstrap_state(self, node3, 'IN_PROGRESS')
File "/home/automaton/cassandra-dtest/tools/assertions.py", line 300, in
assert_bootstrap_state
assert_one(session, "SELECT bootstrapped FROM system.local WHERE
key='local'", [expected_bootstrap_state])
File "/home/automaton/cassandra-dtest/tools/assertions.py", line 130, in
assert_one
assert list_res == [expected], "Expected {} from {}, but got
{}".format([expected], query, list_res)
"Expected [['IN_PROGRESS']] from SELECT bootstrapped FROM system.local WHERE
key='local', but got [[u'COMPLETED']]\n-------------------- >> begin captured
logging << --------------------\ndtest: DEBUG: cluster ccm directory:
/tmp/dtest-wg9qHk\ndtest: DEBUG: Done setting configuration options:\n{
'initial_token': None,\n 'num_tokens': '32',\n 'phi_convict_threshold':
5,\n 'range_request_timeout_in_ms': 10000,\n
'read_request_timeout_in_ms': 10000,\n 'request_timeout_in_ms': 10000,\n
'truncate_request_timeout_in_ms': 10000,\n 'write_request_timeout_in_ms':
10000}\ncassandra.cluster: INFO: New Cassandra host <Host: 127.0.0.1
datacenter1> discovered\ncassandra.cluster: INFO: New Cassandra host <Host:
127.0.0.2 datacenter1> discovered\n--------------------- >> end captured
logging << ---------------------"
{noformat}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]