[
https://issues.apache.org/jira/browse/CASSANDRA-13201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15859710#comment-15859710
]
Blake Eggleston commented on CASSANDRA-13201:
---------------------------------------------
This is caused by CASSANDRA-9143, and should be addressed by
https://github.com/riptano/cassandra-dtest/pull/1436
> dtest failure in
> repair_tests.repair_test.TestRepair.test_failure_during_anticompaction
> ---------------------------------------------------------------------------------------
>
> Key: CASSANDRA-13201
> URL: https://issues.apache.org/jira/browse/CASSANDRA-13201
> Project: Cassandra
> Issue Type: Bug
> Components: Testing
> Reporter: Sean McCarthy
> Labels: dtest, test-failure
> 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/trunk_offheap_dtest/427/testReport/repair_tests.repair_test/TestRepair/test_failure_during_anticompaction
> {code}
> Error Message
> 08 Feb 2017 04:42:14 [node3] Missing: ['Got anticompaction request']:
> INFO [main] 2017-02-08 04:31:15,447 YamlConfigura.....
> See debug.log for remainder
> {code}{code}
> 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/repair_tests/repair_test.py", line
> 1056, in test_failure_during_anticompaction
> self._test_failure_during_repair(phase='anticompaction',)
> File "/home/automaton/cassandra-dtest/repair_tests/repair_test.py", line
> 1131, in _test_failure_during_repair
> node_to_kill.watch_log_for(msg_to_wait, filename='debug.log')
> File "/usr/local/lib/python2.7/dist-packages/ccmlib/node.py", line 471, 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.15#6346)