Umeshkumar9414 commented on code in PR #7375:
URL: https://github.com/apache/hbase/pull/7375#discussion_r2514300995


##########
hbase-server/src/main/java/org/apache/hadoop/hbase/master/procedure/ProcedureSyncWait.java:
##########
@@ -246,13 +246,14 @@ protected static void waitMetaRegions(final 
MasterProcedureEnv env) throws IOExc
 
   protected static void waitRegionInTransition(final MasterProcedureEnv env,
     final List<RegionInfo> regions) throws IOException {
-    final RegionStates states = env.getAssignmentManager().getRegionStates();
+    final AssignmentManager assignmentManager = env.getAssignmentManager();

Review Comment:
   reverted



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