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:
parent
d051501c07
commit
75682c0c5b
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue