bsglz commented on code in PR #4275:
URL: https://github.com/apache/hbase/pull/4275#discussion_r899692230


##########
hbase-server/src/main/java/org/apache/hadoop/hbase/master/assignment/AssignmentManager.java:
##########
@@ -1696,7 +1696,29 @@ public void visitRegionState(Result result, final 
RegionInfo regionInfo, final S
       if (localState.matches(State.OPEN, State.OPENING, State.CLOSING, 
State.SPLITTING,
         State.MERGING)) {
         assert regionLocation != null : "found null region location for " + 
regionNode;
-        regionStates.addRegionToServer(regionNode);
+
+        // If the startcode of the regionLocation expired, and neither TRSP on 
region nor SCP on

Review Comment:
   Ok, get it, thanks all the same for the reviewing. 



-- 
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.

To unsubscribe, e-mail: issues-unsubscr...@hbase.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to