Uploaded image for project: 'Accumulo'
  1. Accumulo
  2. ACCUMULO-1979

Compact range has old logic for combined root and metadata tablets

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Duplicate
    • None
    • None
    • master
    • None

    Description

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

      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.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              vines John Vines
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: