Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 5C630200B44 for ; Thu, 14 Jul 2016 23:41:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 5AE89160A60; Thu, 14 Jul 2016 21:41:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id A6FDD160A85 for ; Thu, 14 Jul 2016 23:41:21 +0200 (CEST) Received: (qmail 73333 invoked by uid 500); 14 Jul 2016 21:41:20 -0000 Mailing-List: contact notifications-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jira@apache.org Delivered-To: mailing list notifications@accumulo.apache.org Received: (qmail 73266 invoked by uid 99); 14 Jul 2016 21:41:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Jul 2016 21:41:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 8699A2C02AA for ; Thu, 14 Jul 2016 21:41:20 +0000 (UTC) Date: Thu, 14 Jul 2016 21:41:20 +0000 (UTC) From: "Josh Elser (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ACCUMULO-4110) WALSunnyDayIT is repeatedly failing MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 14 Jul 2016 21:41:22 -0000 [ https://issues.apache.org/jira/browse/ACCUMULO-4110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15378438#comment-15378438 ] Josh Elser commented on ACCUMULO-4110: -------------------------------------- +1 minor clarification that startLogMaker would already be running by the time we're writing mutations. Essentially this is due to the changes in ACCUMULO-3423. We want to create a second WAL so that when we want to roll the current WAL, we don't have to wait on the NN to create the new WAL -- we just switch the state in memory. I couldn't come up with a better way to verify things that wouldn't require new RPCs. I think the poll+check is fine. > WALSunnyDayIT is repeatedly failing > ----------------------------------- > > Key: ACCUMULO-4110 > URL: https://issues.apache.org/jira/browse/ACCUMULO-4110 > Project: Accumulo > Issue Type: Bug > Components: test > Reporter: Josh Elser > Assignee: Michael Wall > Priority: Blocker > Fix For: 1.8.0 > > > {code} > Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 13.035 sec <<< FAILURE! - in org.apache.accumulo.test.functional.WALSunnyDayIT > test(org.apache.accumulo.test.functional.WALSunnyDayIT) Time elapsed: 13.034 sec <<< FAILURE! > java.lang.AssertionError: should have 3 WALs after roll expected:<3> but was:<2> > at org.junit.Assert.fail(Assert.java:88) > at org.junit.Assert.failNotEquals(Assert.java:834) > at org.junit.Assert.assertEquals(Assert.java:645) > at org.apache.accumulo.test.functional.WALSunnyDayIT.test(WALSunnyDayIT.java:113) > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)