Sean McCarthy created CASSANDRA-12636:
-----------------------------------------
Summary: dtest failure in
replace_address_test.TestReplaceAddress.insert_data_during_replace_same_address_test
Key: CASSANDRA-12636
URL: https://issues.apache.org/jira/browse/CASSANDRA-12636
Project: Cassandra
Issue Type: Test
Reporter: Sean McCarthy
Assignee: DS Test Eng
Attachments: node1.log, node1_debug.log, node1_gc.log, node2.log,
node2_debug.log, node2_gc.log, replacement.log, replacement_debug.log,
replacement_gc.log
example failure:
http://cassci.datastax.com/job/cassandra-3.9_novnode_dtest/48/testReport/replace_address_test/TestReplaceAddress/insert_data_during_replace_same_address_test
{code}
Error Message
13 Sep 2016 05:42:44 [replacement] Missing: ['Writes will not be forwarded to
this node during replacement']:
INFO [main] 2016-09-13 05:41:07,618 YamlConfigura.....
See system.log for remainder
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/replace_address_test.py", line 422, in
insert_data_during_replace_same_address_test
self._test_insert_data_during_replace(same_address=True)
File "/home/automaton/cassandra-dtest/replace_address_test.py", line 217, in
_test_insert_data_during_replace
self._do_replace(same_address=same_address,
extra_jvm_args=["-Dcassandra.write_survey=true"])
File "/home/automaton/cassandra-dtest/replace_address_test.py", line 112, in
_do_replace
timeout=60)
File "/home/automaton/src/ccm/ccmlib/node.py", line 450, 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))
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)