Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.0.0-alpha-1
-
None
-
None
Description
The following tests were disabled as part of Core Proc-V2 AM in HBASE-14614
- TestRegionRebalancing is disabled because doesn't consider the fact that Master carries system tables only (fix of average in RegionStates brought out the issue).
- Disabled testMetaAddressChange in TestMetaWithReplicas because presumes can move meta... you can't
- TestAsyncTableGetMultiThreaded wants to move hbase:meta...Balancer does NPEs. AMv2 won't let you move hbase:meta off Master.
- TestMasterFailover needs to be rewritten for AMv2. It uses tricks not ordained when up on AMv2. The test is also hobbled by fact that we religiously enforce that only master can carry meta, something we are lose about in old AM
This JIRA is tracking the work to enable/modify them.
Attachments
Issue Links
- Is contained by
-
HBASE-18110 [AMv2] Reenable tests temporarily disabled
- Resolved
1.
|
Fix TestRegionRebalancing | Resolved | Vladimir Rodionov | |
2.
|
Fix TestMetaWithReplicas | Resolved | Michael Stack | |
3.
|
Fix TestAsyncTableGetMultiThreaded | Resolved | Vladimir Rodionov | |
4.
|
Fix TestMasterFailover | Resolved | Vladimir Rodionov |