[
https://issues.apache.org/jira/browse/HBASE-22521?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16853834#comment-16853834
]
Andrew Purtell commented on HBASE-22521:
----------------------------------------
Bisect finds
first bad commit: [e4644c35c1e0de420a548bc0dfbe4d8049aca915] HBASE-16488
Starting namespace and quota services in master startup asynchronously
and it does look like a case we missed there.
> TestOfflineMetaRebuildBase#testHMasterStartupOnMetaRebuild failing (branch-1)
> -----------------------------------------------------------------------------
>
> Key: HBASE-22521
> URL: https://issues.apache.org/jira/browse/HBASE-22521
> Project: HBase
> Issue Type: Bug
> Reporter: Andrew Purtell
> Assignee: Andrew Purtell
> Priority: Major
> Fix For: 1.5.0
>
>
> Failure is
> {noformat}
> [ERROR]
> testHMasterStartupOnMetaRebuild(org.apache.hadoop.hbase.util.hbck.TestOfflineMetaRebuildBase)
> Time elapsed: 37.48 s <<< FAILURE!
> java.lang.AssertionError: expected:<[]> but was:<[NOT_DEPLOYED, NOT_DEPLOYED,
> NOT_DEPLOYED, HOLE_IN_REGION_CHAIN, HOLE_IN_REGION_CHAIN,
> HOLE_IN_REGION_CHAIN]>
> at
> org.apache.hadoop.hbase.util.hbck.TestOfflineMetaRebuildBase.validateMetaAndUserTableRows(TestOfflineMetaRebuildBase.java:159)
> at
> org.apache.hadoop.hbase.util.hbck.TestOfflineMetaRebuildBase.testHMasterStartupOnMetaRebuild(TestOfflineMetaRebuildBase.java:130)
> {noformat}
> {noformat}
> TestOfflineMetaRebuildBase.testHMasterStartupOnMetaRebuild:130->validateMetaAndUserTableRows:159
> expected:<[]> but was:<[NOT_DEPLOYED, NOT_DEPLOYED, NOT_DEPLOYED,
> HOLE_IN_REGION_CHAIN, HOLE_IN_REGION_CHAIN, HOLE_IN_REGION_CHAIN]>
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)