Umeshkumar9414 commented on code in PR #7375:
URL: https://github.com/apache/hbase/pull/7375#discussion_r2534335738
##########
hbase-server/src/main/java/org/apache/hadoop/hbase/master/assignment/AssignmentManager.java:
##########
@@ -331,6 +337,8 @@ public void start() throws IOException, KeeperException {
regionNode.setLastHost(lastHost);
regionNode.setRegionLocation(regionLocation);
regionNode.setOpenSeqNum(openSeqNum);
+
regionInTransitionTracker.handleRegionStateNodeOperation(regionNode);
Review Comment:
> When will TableStateManager be initialized?
In HMaster I initialised the TablestateManager before assignment manager
[here](https://github.com/apache/hbase/pull/7375/files#diff-0e55b368bd805325243956ccd037e06bf8954c2c2cb99b665a1dd4c88f26f97bR1038)
And for meta table we always return enabled from TableStateManager.
--
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]