Umeshkumar9414 commented on code in PR #7375:
URL: https://github.com/apache/hbase/pull/7375#discussion_r2514300358
##########
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:
My miss. At many places I needed to use new methods in AM so changed this as
well.
--
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]