HBASE-5615 revert due to race condition in case master dies

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1310324 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Zhihong Yu 2012-04-06 13:43:03 +00:00
parent 9b57215185
commit ccc24e39f9
1 changed files with 0 additions and 1 deletions

View File

@ -2470,7 +2470,6 @@ public class AssignmentManager extends ZooKeeperListener {
ServerName regionLocation = region.getSecond();
if (regionInfo == null) continue;
String tableName = regionInfo.getTableNameAsString();
if (regionInfo.isOffline() && regionInfo.isSplit()) continue;
if (regionLocation == null) {
// regionLocation could be null if createTable didn't finish properly.
// When createTable is in progress, HMaster restarts.