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 2044919503 for ; Tue, 5 Apr 2016 01:19:26 +0000 (UTC) Received: (qmail 55002 invoked by uid 500); 5 Apr 2016 01:19:26 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 54914 invoked by uid 500); 5 Apr 2016 01:19:26 -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 54870 invoked by uid 99); 5 Apr 2016 01:19:25 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Apr 2016 01:19:25 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id A26E12C1F68 for ; Tue, 5 Apr 2016 01:19:25 +0000 (UTC) Date: Tue, 5 Apr 2016 01:19:25 +0000 (UTC) From: "Michael Shuler (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (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 Michael Shuler created CASSANDRA-11499: ------------------------------------------ Summary: 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: DS Test Eng 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)