sreenivasulureddy commented on a change in pull request #307: HBase 22537
URL: https://github.com/apache/hbase/pull/307#discussion_r295153809
##########
File path:
hbase-server/src/main/java/org/apache/hadoop/hbase/master/assignment/UnassignProcedure.java
##########
@@ -231,6 +231,7 @@ protected void finishTransition(final MasterProcedureEnv
env, final RegionStateN
} else {
// Remove from in-memory states
am.getRegionStates().deleteRegion(regionInfo);
+
am.getRegionStates().removeRegionFromServer(regionNode.getRegionLocation(),
regionNode);
env.getMasterServices().getServerManager().removeRegion(regionInfo);
Review comment:
your proposal is nice, will go ahead with your suggestion.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services