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 2016/07/29 15:09:20 UTC

[jira] [Created] (CASSANDRA-12341) dtest failure in hintedhandoff_test.TestHintedHandoffConfig.hintedhandoff_enabled_test

Sean McCarthy created CASSANDRA-12341:
-----------------------------------------

             Summary: dtest failure in hintedhandoff_test.TestHintedHandoffConfig.hintedhandoff_enabled_test
                 Key: CASSANDRA-12341
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-12341
             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

example failure:

http://cassci.datastax.com/job/trunk_novnode_dtest/440/testReport/hintedhandoff_test/TestHintedHandoffConfig/hintedhandoff_enabled_test

{code}
Error Message

29 Jul 2016 00:56:17 [node1] Missing: ['Finished hinted']:
INFO  [HANDSHAKE-/127.0.0.2] 2016-07-29 00:54:14,4.....
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/hintedhandoff_test.py", line 125, in hintedhandoff_enabled_test
    self._do_hinted_handoff(node1, node2, True)
  File "/home/automaton/cassandra-dtest/hintedhandoff_test.py", line 61, in _do_hinted_handoff
    node1.watch_log_for(["Finished hinted"], from_mark=log_mark, timeout=120)
  File "/home/automaton/ccm/ccmlib/node.py", line 449, 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))
"29 Jul 2016 00:56:17 [node1] Missing: ['Finished hinted']:\nINFO  [HANDSHAKE-/127.0.0.2] 2016-07-29 00:54:14,4.....\nSee system.log for remainder
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)