HBASE-7083 SSH#fixupDaughter should force re-assign missing daughter

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1404867 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
jxiang 2012-11-02 04:11:56 +00:00
parent d051501c07
commit 75682c0c5b
1 changed files with 1 additions and 1 deletions

View File

@ -436,7 +436,7 @@ public class ServerShutdownHandler extends EventHandler {
// but could be missing references to parent region.
// And assign it.
assignmentManager.assign(daughter, true);
assignmentManager.assign(daughter, true, true);
return 1;
} else {
LOG.debug("Daughter " + daughter.getRegionNameAsString() + " present");