[
https://issues.apache.org/jira/browse/ACCUMULO-1979?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
John Vines resolved ACCUMULO-1979.
----------------------------------
Resolution: Duplicate
> Compact range has old logic for combined root and metadata tablets
> ------------------------------------------------------------------
>
> Key: ACCUMULO-1979
> URL: https://issues.apache.org/jira/browse/ACCUMULO-1979
> Project: Accumulo
> Issue Type: Bug
> Components: master
> Reporter: John Vines
> Fix For: 1.6.0
>
>
> {code}
> if (tableId.equals(MetadataTable.ID))
> range = range.clip(new Range(RootTable.EXTENT.getMetadataEntry(),
> false, null, true));
> {code}
> This is unecessary now. With this code in place, a fresh install reports
> failures because the garbage collector is forcing a compaction of the
> !METADATA table, resulting in warnings from the gc and master.
--
This message was sent by Atlassian JIRA
(v6.1#6144)