HBASE-9456. Meta doesn't get assigned in a master failure scenario.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1521569 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0be4e12f71
commit
4745caaa87
|
@ -1025,6 +1025,7 @@ MasterServices, Server {
|
||||||
// Region already assigned. We didn't assign it. Add to in-memory state.
|
// Region already assigned. We didn't assign it. Add to in-memory state.
|
||||||
this.assignmentManager.regionOnline(HRegionInfo.FIRST_META_REGIONINFO,
|
this.assignmentManager.regionOnline(HRegionInfo.FIRST_META_REGIONINFO,
|
||||||
this.catalogTracker.getMetaLocation());
|
this.catalogTracker.getMetaLocation());
|
||||||
|
enableSSHandWaitForMeta();
|
||||||
}
|
}
|
||||||
|
|
||||||
enableMeta(TableName.META_TABLE_NAME);
|
enableMeta(TableName.META_TABLE_NAME);
|
||||||
|
|
Loading…
Reference in New Issue