hiping-tech commented on code in PR #5548:
URL: https://github.com/apache/hbase/pull/5548#discussion_r1410852935


##########
hbase-server/src/main/java/org/apache/hadoop/hbase/master/procedure/FlushRegionProcedure.java:
##########
@@ -88,6 +81,12 @@ protected Procedure<MasterProcedureEnv>[] 
execute(MasterProcedureEnv env)
 
     RegionStates regionStates = env.getAssignmentManager().getRegionStates();
     RegionStateNode regionNode = regionStates.getRegionStateNode(region);
+    if (regionNode == null) {
+      LOG.warn(

Review Comment:
   Thank you for your suggestions, I have made the appropriate adjustments.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to