From notifications-return-14509-apmail-accumulo-notifications-archive=accumulo.apache.org@accumulo.apache.org Fri Jan 3 15:53:30 2014 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 45B7710923 for ; Fri, 3 Jan 2014 15:53:30 +0000 (UTC) Received: (qmail 97803 invoked by uid 500); 3 Jan 2014 15:52:54 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 97701 invoked by uid 500); 3 Jan 2014 15:52:51 -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 97573 invoked by uid 99); 3 Jan 2014 15:52:51 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Jan 2014 15:52:51 +0000 Date: Fri, 3 Jan 2014 15:52:51 +0000 (UTC) From: "Eric Newton (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (ACCUMULO-1938) IllegalStateException: 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-1938?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Newton resolved ACCUMULO-1938. ----------------------------------- Resolution: Duplicate > IllegalStateException: Major compacting files not empty > ------------------------------------------------------- > > Key: ACCUMULO-1938 > URL: https://issues.apache.org/jira/browse/ACCUMULO-1938 > Project: Accumulo > Issue Type: Bug > Reporter: Eric Newton > Assignee: Eric Newton > Priority: Minor > Fix For: 1.6.0 > > > Running random walk test on a single node with two walkers. > Got this illegal state message: need to determine if this is a real problem or squash the error message. > {noformat} > MajC Failed, message = Major compacting files not empty [hdfs://localhost:9000/accumulo/tables/2g/default_tablet/C000043w.rf, hdfs://localhost:9000/accumulo/tables/2g/default_tablet/C000043p.rf, hdfs://localhost:9000/accumulo/tables/2g/t-00003c6/A00003nm.rf, hdfs://localhost:9000/accumulo/tables/2g/t-00003eo/A00003mh.rf, hdfs://localhost:9000/accumulo/tables/2g/t-00003c6/C00003ux.rf, hdfs://localhost:9000/accumulo/tables/2g/t-00003c6/C00003tx.rf, hdfs://localhost:9000/accumulo/tables/2g/default_tablet/C0000435.rf, hdfs://localhost:9000/accumulo/tables/2g/t-00003ei/C00003o4.rf, hdfs://localhost:9000/accumulo/tables/2g/default_tablet/C000043m.rf, hdfs://localhost:9000/accumulo/tables/2g/default_tablet/C000043i.rf] > java.lang.IllegalStateException: Major compacting files not empty [hdfs://localhost:9000/accumulo/tables/2g/default_tablet/C000043w.rf, hdfs://localhost:9000/accumulo/tables/2g/default_tablet/C000043p.rf, hdfs://localhost:9000/accumulo/tables/2g/t-00003c6/A00003nm.rf, hdfs://localhost:9000/accumulo/tables/2g/t-00003eo/A00003mh.rf, hdfs://localhost:9000/accumulo/tables/2g/t-00003c6/C00003ux.rf, hdfs://localhost:9000/accumulo/tables/2g/t-00003c6/C00003tx.rf, hdfs://localhost:9000/accumulo/tables/2g/default_tablet/C0000435.rf, hdfs://localhost:9000/accumulo/tables/2g/t-00003ei/C00003o4.rf, hdfs://localhost:9000/accumulo/tables/2g/default_tablet/C000043m.rf, hdfs://localhost:9000/accumulo/tables/2g/default_tablet/C000043i.rf] > at org.apache.accumulo.tserver.Tablet$DatafileManager.reserveMajorCompactingFiles(Tablet.java:933) > at org.apache.accumulo.tserver.Tablet._majorCompact(Tablet.java:3186) > at org.apache.accumulo.tserver.Tablet.majorCompact(Tablet.java:3370) > at org.apache.accumulo.tserver.Tablet.access$38(Tablet.java:3351) > at org.apache.accumulo.tserver.Tablet$CompactionRunner.run(Tablet.java:2848) > at org.apache.accumulo.trace.instrument.TraceRunnable.run(TraceRunnable.java:47) > at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) > 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:662) > {noformat} -- This message was sent by Atlassian JIRA (v6.1.5#6160)