Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0010D194D7 for ; Fri, 22 Apr 2016 18:43:13 +0000 (UTC) Received: (qmail 58465 invoked by uid 500); 22 Apr 2016 18:43:13 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 58350 invoked by uid 500); 22 Apr 2016 18:43:13 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 58194 invoked by uid 99); 22 Apr 2016 18:43:13 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Apr 2016 18:43:13 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 2B56C2C1F70 for ; Fri, 22 Apr 2016 18:43:13 +0000 (UTC) Date: Fri, 22 Apr 2016 18:43:13 +0000 (UTC) From: "Russ Hatch (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (CASSANDRA-11499) dtest failure in commitlog_test.TestCommitLog.test_commitlog_replay_on_startup MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CASSANDRA-11499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Russ Hatch resolved CASSANDRA-11499. ------------------------------------ Resolution: Cannot Reproduce > dtest failure in commitlog_test.TestCommitLog.test_commitlog_replay_on_startup > ------------------------------------------------------------------------------ > > Key: CASSANDRA-11499 > URL: https://issues.apache.org/jira/browse/CASSANDRA-11499 > Project: Cassandra > Issue Type: Test > Reporter: Michael Shuler > Assignee: Russ Hatch > Labels: dtest > > example failure: > http://cassci.datastax.com/job/trunk_novnode_dtest/341/testReport/commitlog_test/TestCommitLog/test_commitlog_replay_on_startup > Failed on CassCI build trunk_novnode_dtest #341 > {noformat} > Error Message > 03 Apr 2016 16:32:49 [node1] Missing: ['Log replay complete']: > INFO [main] 2016-04-03 16:22:39,826 YamlConfigura..... > See system.log for remainder > -------------------- >> begin captured logging << -------------------- > dtest: DEBUG: cluster ccm directory: /mnt/tmp/dtest-1UTelU > dtest: DEBUG: Custom init_config not found. Setting defaults. > dtest: DEBUG: Done setting configuration options: > { 'num_tokens': None, 'phi_convict_threshold': 5, 'start_rpc': 'true'} > dtest: DEBUG: Insert data > dtest: DEBUG: Verify data is present > dtest: DEBUG: Stop node abruptly > dtest: DEBUG: Verify commitlog was written before abrupt stop > dtest: DEBUG: Verify no SSTables were flushed before abrupt stop > dtest: DEBUG: Verify commit log was replayed on startup > --------------------- >> end captured logging << --------------------- > Stacktrace > File "/usr/lib/python2.7/unittest/case.py", line 329, in run > testMethod() > File "/home/automaton/cassandra-dtest/commitlog_test.py", line 193, in test_commitlog_replay_on_startup > node1.watch_log_for("Log replay complete") > File "/home/automaton/ccm/ccmlib/node.py", line 425, 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)) > "03 Apr 2016 16:32:49 [node1] Missing: ['Log replay complete']:\nINFO [main] 2016-04-03 16:22:39,826 YamlConfigura.....\nSee system.log for remainder\n-------------------- >> begin captured logging << --------------------\ndtest: DEBUG: cluster ccm directory: /mnt/tmp/dtest-1UTelU\ndtest: DEBUG: Custom init_config not found. Setting defaults.\ndtest: DEBUG: Done setting configuration options:\n{ 'num_tokens': None, 'phi_convict_threshold': 5, 'start_rpc': 'true'}\ndtest: DEBUG: Insert data\ndtest: DEBUG: Verify data is present\ndtest: DEBUG: Stop node abruptly\ndtest: DEBUG: Verify commitlog was written before abrupt stop\ndtest: DEBUG: Verify no SSTables were flushed before abrupt stop\ndtest: DEBUG: Verify commit log was replayed on startup\n--------------------- >> end captured logging << ---------------------" > {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)