[ https://issues.apache.org/jira/browse/HBASE-24626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Wellington Chevreuil resolved HBASE-24626. ------------------------------------------ Resolution: Fixed Merged to master. > [HBCK2] Remove reference to hase I.A. private class CommonFsUtils from > FsRegionsMetaRecoverer > --------------------------------------------------------------------------------------------- > > Key: HBASE-24626 > URL: https://issues.apache.org/jira/browse/HBASE-24626 > Project: HBase > Issue Type: Improvement > Components: hbase-operator-tools, hbck2 > Affects Versions: hbase-operator-tools-1.0.0 > Reporter: Wellington Chevreuil > Assignee: Wellington Chevreuil > Priority: Major > Fix For: hbase-operator-tools-1.1.0 > > > FsRegionsMetaRecoverer used to reference I.A. private targeted interface > FSUtils, which changed on hbase 2.3, causing hbck2 fail to compile. > HBASE-24482 fixed it by pointing to CommonFSUtils interface, where the > methods it was relying upon was actually defined. Since this is also a IA > private interface, there's no compatibility guarantees. This PR removes > reference to CommonFSUtils on FsRegionsMetaRecoverer. Other classes in hbck2 > still require similar work. -- This message was sent by Atlassian Jira (v8.3.4#803005)