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 00A3F10C3A for ; Sat, 7 Dec 2013 03:40:43 +0000 (UTC) Received: (qmail 19329 invoked by uid 500); 7 Dec 2013 03:40:39 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 19281 invoked by uid 500); 7 Dec 2013 03:40: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 19267 invoked by uid 99); 7 Dec 2013 03:40:36 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 07 Dec 2013 03:40:36 +0000 Date: Sat, 7 Dec 2013 03:40:36 +0000 (UTC) From: "Christopher Tubbs (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (ACCUMULO-1978) Compaction warning on fresh install 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-1978?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christopher Tubbs reassigned ACCUMULO-1978: ------------------------------------------- Assignee: Christopher Tubbs > Compaction warning on fresh install > ----------------------------------- > > Key: ACCUMULO-1978 > URL: https://issues.apache.org/jira/browse/ACCUMULO-1978 > Project: Accumulo > Issue Type: Bug > Components: master > Reporter: John Vines > Assignee: Christopher Tubbs > Fix For: 1.6.0 > > > Master is reporting in the monitor- > {code} > Failed to execute Repo, tid=04a117a43b9bcadf > java.lang.IllegalArgumentException: Range [+r<%00; : [] 9223372036854775807 false,+inf) does not overlap [!0; : [] 9223372036854775807 false,!0<%00; : [] 9223372036854775807 false) > at org.apache.accumulo.core.data.Range.clip(Range.java:439) > at org.apache.accumulo.core.data.Range.clip(Range.java:409) > at org.apache.accumulo.master.tableOps.CompactionDriver.isReady(CompactRange.java:105) > at org.apache.accumulo.master.tableOps.CompactionDriver.isReady(CompactRange.java:65) > at org.apache.accumulo.master.tableOps.TraceRepo.isReady(TraceRepo.java:44) > at org.apache.accumulo.fate.Fate$TransactionRunner.run(Fate.java:64) > at org.apache.accumulo.fate.util.LoggingRunnable.run(LoggingRunnable.java:34) > at java.lang.Thread.run(Thread.java:701) > 06 19:14:08,0236 gc:john-P15xEMx 1 > WARN > org.apache.accumulo.core.client.AccumuloException: Internal error processing waitForTableOperation > org.apache.accumulo.core.client.AccumuloException: Internal error processing waitForTableOperation > at org.apache.accumulo.core.client.admin.TableOperationsImpl.doTableOperation(TableOperationsImpl.java:330) > at org.apache.accumulo.core.client.admin.TableOperationsImpl.compact(TableOperationsImpl.java:826) > at org.apache.accumulo.core.client.admin.TableOperationsImpl.compact(TableOperationsImpl.java:807) > at org.apache.accumulo.gc.SimpleGarbageCollector.run(SimpleGarbageCollector.java:474) > at org.apache.accumulo.gc.SimpleGarbageCollector.main(SimpleGarbageCollector.java:144) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:622) > at org.apache.accumulo.start.Main$1.run(Main.java:137) > at java.lang.Thread.run(Thread.java:701) > Caused by: org.apache.thrift.TApplicationException: Internal error processing waitForTableOperation > at org.apache.thrift.TApplicationException.read(TApplicationException.java:108) > at org.apache.thrift.TServiceClient.receiveBase(TServiceClient.java:71) > at org.apache.accumulo.core.master.thrift.MasterClientService$Client.recv_waitForTableOperation(MasterClientService.java:610) > at org.apache.accumulo.core.master.thrift.MasterClientService$Client.waitForTableOperation(MasterClientService.java:595) > at org.apache.accumulo.core.client.admin.TableOperationsImpl.waitForTableOperation(TableOperationsImpl.java:268) > at org.apache.accumulo.core.client.admin.TableOperationsImpl.doTableOperation(TableOperationsImpl.java:310) > ... 10 more{code} > Seems to correspond to this from the monitor- > {code} > org.apache.accumulo.core.client.AccumuloException: Internal error processing waitForTableOperation > org.apache.accumulo.core.client.AccumuloException: Internal error processing waitForTableOperation > at org.apache.accumulo.core.client.admin.TableOperationsImpl.doTableOperation(TableOperationsImpl.java:330) > at org.apache.accumulo.core.client.admin.TableOperationsImpl.compact(TableOperationsImpl.java:826) > at org.apache.accumulo.core.client.admin.TableOperationsImpl.compact(TableOperationsImpl.java:807) > at org.apache.accumulo.gc.SimpleGarbageCollector.run(SimpleGarbageCollector.java:474) > at org.apache.accumulo.gc.SimpleGarbageCollector.main(SimpleGarbageCollector.java:144) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:622) > at org.apache.accumulo.start.Main$1.run(Main.java:137) > at java.lang.Thread.run(Thread.java:701) > Caused by: org.apache.thrift.TApplicationException: Internal error processing waitForTableOperation > at org.apache.thrift.TApplicationException.read(TApplicationException.java:108) > at org.apache.thrift.TServiceClient.receiveBase(TServiceClient.java:71) > at org.apache.accumulo.core.master.thrift.MasterClientService$Client.recv_waitForTableOperation(MasterClientService.java:610) > at org.apache.accumulo.core.master.thrift.MasterClientService$Client.waitForTableOperation(MasterClientService.java:595) > at org.apache.accumulo.core.client.admin.TableOperationsImpl.waitForTableOperation(TableOperationsImpl.java:268) > at org.apache.accumulo.core.client.admin.TableOperationsImpl.doTableOperation(TableOperationsImpl.java:310) > ... 10 more{code} > Which is a bit strange, because it's forcing a compaction of the metadata table, but is complaining about the root tablet as part of the range? -- This message was sent by Atlassian JIRA (v6.1#6144)