HBASE-3263 Stack overflow in AssignmentManager
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1040368 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1674a7ee41
commit
dd3195ca40
|
@ -838,6 +838,7 @@ public class AssignmentManager extends ZooKeeperListener {
|
|||
state.update(RegionState.State.PENDING_OPEN);
|
||||
// Send OPEN RPC. This can fail if the server on other end is is not up.
|
||||
serverManager.sendRegionOpen(plan.getDestination(), state.getRegion());
|
||||
break;
|
||||
} catch (Throwable t) {
|
||||
LOG.warn("Failed assignment of " +
|
||||
state.getRegion().getRegionNameAsString() + " to " +
|
||||
|
|
Loading…
Reference in New Issue