arvindKandpal-ksolves commented on PR #8015: URL: https://github.com/apache/hbase/pull/8015#issuecomment-4176499531
Hi @liuxiaocs7, - I did a deep dive into the TestShell failures on branch-2.6. The failure is actually happening in ReopenRegionsTest (reopen_regions_test_cluster.rb). - It throws a NoMethodError because it's trying to call reopenTableRegions on the Java HBaseAdmin object. However, while checking the Java source in branch-2.6, the reopenTableRegions method does not exist in Admin.java or AsyncAdmin.java (it only exists in branch-3 and master). - It seems like an incomplete backport of the reopen_regions feature to branch-2.6. Since my changes for list_namespace are completely isolated and pass locally when tested individually, could we proceed with this PR? I can open a separate JIRA to track the incomplete reopen_regions backport. cc @NihalJain @Apache9 @vaijosh -- 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]
