Return-Path: X-Original-To: apmail-accumulo-notifications-archive@minotaur.apache.org Delivered-To: apmail-accumulo-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E9BEB10C18 for ; Fri, 9 Jan 2015 19:48:38 +0000 (UTC) Received: (qmail 48448 invoked by uid 500); 9 Jan 2015 19:48:38 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 48404 invoked by uid 500); 9 Jan 2015 19:48:38 -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 48307 invoked by uid 99); 9 Jan 2015 19:48:37 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Jan 2015 19:48:37 +0000 Date: Fri, 9 Jan 2015 19:48:37 +0000 (UTC) From: "Josh Elser (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ACCUMULO-3467) MetadataIT.testFlushAndCompact occasionally fails 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/ACCUMULO-3467?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14271779#comment-14271779 ] Josh Elser commented on ACCUMULO-3467: -------------------------------------- Talked to Keith in chat and he noted that this check should not even be firing because the test is not actually setting any iterators. > MetadataIT.testFlushAndCompact occasionally fails > ------------------------------------------------- > > Key: ACCUMULO-3467 > URL: https://issues.apache.org/jira/browse/ACCUMULO-3467 > Project: Accumulo > Issue Type: Bug > Components: test > Reporter: Josh Elser > Fix For: 1.7.0 > > > I'm seeing this test occasionally fail for me on master (haven't checked other branches). > {noformat} > Running org.apache.accumulo.test.functional.MetadataIT > Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 10.598 sec <<< FAILURE! - in org.apache.accumulo.test.functional.MetadataIT > testFlushAndCompact(org.apache.accumulo.test.functional.MetadataIT) Time elapsed: 10.413 sec <<< ERROR! > org.apache.accumulo.core.client.AccumuloException: Another compaction with iterators is running > at org.apache.accumulo.core.master.thrift.FateService$waitForFateOperation_result$waitForFateOperation_resultStandardScheme.read(FateService.java:4243) > at org.apache.accumulo.core.master.thrift.FateService$waitForFateOperation_result$waitForFateOperation_resultStandardScheme.read(FateService.java:4212) > at org.apache.accumulo.core.master.thrift.FateService$waitForFateOperation_result.read(FateService.java:4146) > at org.apache.thrift.TServiceClient.receiveBase(TServiceClient.java:78) > at org.apache.accumulo.core.master.thrift.FateService$Client.recv_waitForFateOperation(FateService.java:174) > at org.apache.accumulo.core.master.thrift.FateService$Client.waitForFateOperation(FateService.java:159) > at org.apache.accumulo.core.client.impl.TableOperationsImpl.waitForFateOperation(TableOperationsImpl.java:280) > at org.apache.accumulo.core.client.impl.TableOperationsImpl.doFateOperation(TableOperationsImpl.java:322) > at org.apache.accumulo.core.client.impl.TableOperationsImpl.compact(TableOperationsImpl.java:824) > at org.apache.accumulo.core.client.impl.TableOperationsImpl.compact(TableOperationsImpl.java:802) > at org.apache.accumulo.core.client.impl.TableOperationsImpl.compact(TableOperationsImpl.java:796) > at org.apache.accumulo.test.functional.MetadataIT.testFlushAndCompact(MetadataIT.java:79) > {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)