Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
HBASE-24482 [hbase-operator-tools] build of hbck2 fails with HBase br…
…anch-2.3, due to missing dependencies Make it so we compile and tests pass against hbase-2.3.x as well as 2.1.x. Remove use of @nullable -- nice-to-have but dodgy provenance. Use CommonFSUtils instead of FSUtils as latter no longer subclasses CommonFSUtils whose utility we make use of in our import of hbck1 functionality (TODO: Undo this reliance on IA.Private) hbase-hbck2/src/main/java/org/apache/hbase/FileSystemFsck.java hbase-hbck2/src/main/java/org/apache/hbase/FsRegionsMetaRecoverer.java hbase-hbck2/src/main/java/org/apache/hbase/hbck1/HBaseFsck.java hbase-hbck2/src/main/java/org/apache/hbase/hbck1/HBaseFsckRepair.java hbase-hbck2/src/main/java/org/apache/hbase/hbck1/HFileCorruptionChecker.java hbase-hbck2/src/main/java/org/apache/hbase/hbck1/OfflineMetaRepair.java hbase-hbck2/src/test/java/org/apache/hbase/TestHBCK2.java s/CommonFSUtils/FSUtils/g hbase-hbck2/src/main/java/org/apache/hbase/HBCKMetaTableAccessor.java Purge @nullable usage. hbase-hbck2/src/test/java/org/apache/hbase/TestSchedulingRecoveries.java Remove test that behaves differently between 2.1.x and 2.3.x hbase. hbase-tools/src/test/java/org/apache/hbase/TestRegionsMerger.java Amend test where merging works differently between hbase-2.3.x and hbase-2.1.x (2.3 does more protective checks).
- Loading branch information
Showing
10 changed files
with
51 additions
and
84 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.