You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Sean McCarthy (JIRA)" <ji...@apache.org> on 2017/02/08 17:53:41 UTC

[jira] [Created] (CASSANDRA-13200) dtest failure in repair_tests.repair_test.TestRepair.test_dead_sync_participant

Sean McCarthy created CASSANDRA-13200:
-----------------------------------------

             Summary: dtest failure in repair_tests.repair_test.TestRepair.test_dead_sync_participant
                 Key: CASSANDRA-13200
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-13200
             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

example failure:

http://cassci.datastax.com/job/trunk_offheap_dtest/427/testReport/repair_tests.repair_test/TestRepair/test_dead_sync_participant

{code}
Error Message

08 Feb 2017 04:31:07 [node1] Missing: ['Endpoint .* died']:
INFO  [main] 2017-02-08 04:28:51,776 YamlConfigura.....
See system.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 1049, in test_dead_sync_participant
    self._test_failure_during_repair(phase='sync', initiator=False,)
  File "/home/automaton/cassandra-dtest/repair_tests/repair_test.py", line 1139, in _test_failure_during_repair
    node1.watch_log_for('Endpoint .* died', timeout=60)
  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)