Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
hbase-operator-tools-1.0.0
-
None
Description
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.
Attachments
Issue Links
- links to