XMLWordPrintableJSON

Details

    Description

      There were few changes made in HBASE-22777 & HBASE-22758, which would require their propogation to HBCK2 as well to prevent compilation issues. These are the ones:

      1. MetaTableAccessor#makePutFromTableState was changed from public to private. HBCK2 uses it in HBaseFsck#generatePuts() for rebuildMeta(). We either need to revert the change to public or make similar adjustments in HBCK2.

      2.

       -PairOfSameType<RegionInfo> getMergeRegions(Result data) 
       +List<RegionInfo> getMergeRegions(Cell[] cells)

      Due to this change, HBaseFsck was fixed accordingly but not HBCK2. Let's do it there as well.

      3. MetaTableAccessor#deleteRegion() was renamed to MetaTableAccessor#deleteRegionInfo(). Even this should be integrated with HBCK2.

      Attachments

        Issue Links

          Activity

            People

              sakthi Sakthi
              sakthi Sakthi
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: