Sean McCarthy created CASSANDRA-12165:
-----------------------------------------
Summary: dtest failure in
commitlog_test.TestCommitLog.test_commitlog_replay_on_startup
Key: CASSANDRA-12165
URL: https://issues.apache.org/jira/browse/CASSANDRA-12165
Project: Cassandra
Issue Type: Test
Reporter: Sean McCarthy
Assignee: DS Test Eng
Attachments: node1.log, node1_debug.log, node1_gc.log
example failure:
http://cassci.datastax.com/job/trunk_offheap_dtest/312/testReport/commitlog_test/TestCommitLog/test_commitlog_replay_on_startup
Failed on CassCI build trunk_offheap_dtest #312
{code}
Stacktrace
File "/usr/lib/python2.7/unittest/case.py", line 329, in run
testMethod()
File "/home/automaton/cassandra-dtest/commitlog_test.py", line 273, in
test_commitlog_replay_on_startup
node1.watch_log_for("Log replay complete")
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))
"08 Jul 2016 04:56:21 [node1] Missing: ['Log replay complete']:\nINFO [main]
2016-07-08 04:46:13,102 YamlConfigura.....\nSee system.log for remainder
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)