Jim Witschey created CASSANDRA-11376:
----------------------------------------
Summary: dtest failure in
replace_address_test.TestReplaceAddress.resumable_replace_test
Key: CASSANDRA-11376
URL: https://issues.apache.org/jira/browse/CASSANDRA-11376
Project: Cassandra
Issue Type: Test
Reporter: Jim Witschey
Assignee: DS Test Eng
example failures:
http://cassci.datastax.com/job/cassandra-2.2_dtest/lastCompletedBuild/testReport/replace_address_test/TestReplaceAddress/resumable_replace_test/history/
http://cassci.datastax.com/job/cassandra-3.0_dtest/612/testReport/replace_address_test/TestReplaceAddress/resumable_replace_test/
Seems to fail hard with the following error:
{code}
16 Mar 2016 18:42:00 [node1] Missing: ['127.0.0.4.* now UP']:
INFO [HANDSHAKE-/127.0.0.4] 2016-03-16 18:40:03,1.....
See system.log for remainder
-------------------- >> begin captured logging << --------------------
dtest: DEBUG: cluster ccm directory: /mnt/tmp/dtest-JdjudW
dtest: DEBUG: Custom init_config not found. Setting defaults.
dtest: DEBUG: Done setting configuration options:
{ 'initial_token': None,
'num_tokens': '32',
'phi_convict_threshold': 5,
'start_rpc': 'true'}
dtest: DEBUG: Starting node 4 to replace node 3
--------------------- >> end captured logging << ---------------------
Stacktrace
File "/usr/lib/python2.7/unittest/case.py", line 329, in run
testMethod()
File "/home/automaton/cassandra-dtest/tools.py", line 253, in wrapped
f(obj)
File "/home/automaton/cassandra-dtest/replace_address_test.py", line 253, in
resumable_replace_test
node4.start(jvm_args=["-Dcassandra.replace_address_first_boot=127.0.0.3"])
File "/home/automaton/ccm/ccmlib/node.py", line 597, in start
node.watch_log_for_alive(self, from_mark=mark)
File "/home/automaton/ccm/ccmlib/node.py", line 449, in watch_log_for_alive
self.watch_log_for(tofind, from_mark=from_mark, timeout=timeout,
filename=filename)
File "/home/automaton/ccm/ccmlib/node.py", line 417, in watch_log_for
raise TimeoutError(time.strftime("%d %b %Y %H:%M:%S", time.gmtime()) + " ["
+ self.name + "] Missing: " + str([e.pattern for e in tofind]) + ":\n" +
reads[:50] + ".....\nSee {} for remainder".format(filename))
"16 Mar 2016 18:42:00 [node1] Missing: ['127.0.0.4.* now UP']:\nINFO
[HANDSHAKE-/127.0.0.4] 2016-03-16 18:40:03,1.....\nSee system.log for
remainder\n-------------------- >> begin captured logging <<
--------------------\ndtest: DEBUG: cluster ccm directory:
/mnt/tmp/dtest-JdjudW\ndtest: DEBUG: Custom init_config not found. Setting
defaults.\ndtest: DEBUG: Done setting configuration options:\n{
'initial_token': None,\n 'num_tokens': '32',\n 'phi_convict_threshold':
5,\n 'start_rpc': 'true'}\ndtest: DEBUG: Starting node 4 to replace node
3\n--------------------- >> end captured logging << ---------------------"
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)