Apache9 commented on PR #156: URL: https://github.com/apache/hbase-operator-tools/pull/156#issuecomment-3528266853
We can pass all the UTs for replication related checks now against hbase 3.0.0-beta-2-SNAPSHOT. There are still some UTs failures in TestHBCK2 ``` [ERROR] Failures: [ERROR] TestHBCK2.testFormatFixExtraInMetaOneExtra:660 [ERROR] TestHBCK2.testFormatFixExtraRegionsInMetaNoExtra:631 [ERROR] TestHBCK2.testFormatFixExtraRegionsInMetaNoExtraSpecifyTable:641 [ERROR] TestHBCK2.testFormatReportExtraInMetaOneExtra:622 [ERROR] TestHBCK2.testFormatReportExtraRegionsInMetaNoExtra:601 [ERROR] TestHBCK2.testFormatReportMissingInMetaOneMissing:389 [ERROR] TestHBCK2.testFormatReportMissingRegionsInMetaNoMissing:368 [ERROR] Errors: [ERROR] TestHBCK2.testReportMissingRegionsInMetaSpecificTblAndNsTblAlsoMissing:357 » IndexOutOfBounds Index 0 out of bounds for length 0 ``` And also, in hbase-tools, we still use LoadIncrementalHFiles, which has been removed in 3.0.0. We need to move up to BulkLoadHFiles, but a problem is that BulkLoadHFiles is introduced in 2.2.0, in this way we will lose the support for hbase 2.1- for hbase-tools... -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
