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 E3D8C102E1 for ; Tue, 24 Dec 2013 01:02:00 +0000 (UTC) Received: (qmail 23082 invoked by uid 500); 24 Dec 2013 01:02:00 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 23056 invoked by uid 500); 24 Dec 2013 01:02:00 -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 23047 invoked by uid 99); 24 Dec 2013 01:02:00 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Dec 2013 01:02:00 +0000 Date: Tue, 24 Dec 2013 01:02:00 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ACCUMULO-2082) Major compacting files not empty 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-2082?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13856064#comment-13856064 ] ASF subversion and git services commented on ACCUMULO-2082: ----------------------------------------------------------- Commit 92bd40c6ee5ce095321d5e876591874abc0b462e in branch refs/heads/1.6.0-SNAPSHOT from [~elserj] [ https://git-wip-us.apache.org/repos/asf?p=accumulo.git;h=92bd40c ] ACCUMULO-2082 Add in some better logging for the randomwalk Bulk tests. > Major compacting files not empty > -------------------------------- > > Key: ACCUMULO-2082 > URL: https://issues.apache.org/jira/browse/ACCUMULO-2082 > Project: Accumulo > Issue Type: Bug > Environment: 5bb28edba7ff587191e8c33cd909e3677465af48 > Reporter: Josh Elser > Assignee: Josh Elser > > Saw this during a randomwalk: > {noformat} > MajC Failed, message = Major compacting files not empty [hdfs://nameservice/accumulo/tables/p/t-0001pfx/C0001qir.rf, hdfs://nameservice/accumulo/tables/p/t-0001pfx/C0001qip.rf, hdfs://nameservice/accumulo/tables/p/b-0001qh4/I0001qh5.rf, hdfs://nameservice/accumulo/tables/p/b-0001qgt/I0001qgv.rf, hdfs://nameservice/accumulo/tables/p/b-0001qg5/I0001qg6.rf, hdfs://nameservice/accumulo/tables/p/b-0001qem/I0001qeo.rf, hdfs://nameservice/accumulo/tables/p/b-0001qgj/I0001qgk.rf, hdfs://nameservice/accumulo/tables/p/t-0001pfx/C0001qis.rf, hdfs://nameservice/accumulo/tables/p/b-0001qga/I0001qgb.rf, hdfs://nameservice/accumulo/tables/p/t-0001pfx/A0001pg9.rf] > java.lang.IllegalStateException: Major compacting files not empty [hdfs://nameservice/accumulo/tables/p/t-0001pfx/C0001qir.rf, hdfs://nameservice/accumulo/tables/p/t-0001pfx/C0001qip.rf, hdfs://nameservice/accumulo/tables/p/b-0001qh4/I0001qh5.rf, hdfs://nameservice/accumulo/tables/p/b-0001qgt/I0001qgv.rf, hdfs://nameservice/accumulo/tables/p/b-0001qg5/I0001qg6.rf, hdfs://nameservice/accumulo/tables/p/b-0001qem/I0001qeo.rf, hdfs://nameservice/accumulo/tables/p/b-0001qgj/I0001qgk.rf, hdfs://nameservice/accumulo/tables/p/t-0001pfx/C0001qis.rf, hdfs://nameservice/accumulo/tables/p/b-0001qga/I0001qgb.rf, hdfs://nameservice/accumulo/tables/p/t-0001pfx/A0001pg9.rf] > at org.apache.accumulo.tserver.Tablet$DatafileManager.reserveMajorCompactingFiles(Tablet.java:933) > at org.apache.accumulo.tserver.Tablet._majorCompact(Tablet.java:3187) > at org.apache.accumulo.tserver.Tablet.majorCompact(Tablet.java:3371) > at org.apache.accumulo.tserver.Tablet.access$4700(Tablet.java:168) > at org.apache.accumulo.tserver.Tablet$CompactionRunner.run(Tablet.java:2849) > at org.apache.accumulo.trace.instrument.TraceRunnable.run(TraceRunnable.java:47) > at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) > at org.apache.accumulo.trace.instrument.TraceRunnable.run(TraceRunnable.java:47) > at org.apache.accumulo.core.util.LoggingRunnable.run(LoggingRunnable.java:34) > at java.lang.Thread.run(Thread.java:744) > {noformat} > I don't actually know if it's a problem. A first read over that section of the code wasn't obvious to me one way or the other. -- This message was sent by Atlassian JIRA (v6.1.5#6160)