[ 
https://issues.apache.org/jira/browse/ACCUMULO-1978?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13841938#comment-13841938
 ] 

John Vines commented on ACCUMULO-1978:
--------------------------------------

{code}
    if (tableId.equals(MetadataTable.ID))
      range = range.clip(new Range(RootTable.EXTENT.getMetadataEntry(), false, 
null, true));
{code}

This is unecessary now, I'm pretty sure. And it's what's causing problems.

> 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
>             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)

Reply via email to