vaijosh commented on code in PR #7830:
URL: https://github.com/apache/hbase/pull/7830#discussion_r3043961628


##########
hbase-server/src/main/java/org/apache/hadoop/hbase/master/assignment/RegionInTransitionTracker.java:
##########
@@ -43,8 +46,11 @@ public class RegionInTransitionTracker {
 
   private final ConcurrentSkipListMap<RegionInfo, RegionStateNode> 
regionInTransition =
     new ConcurrentSkipListMap<>(RegionInfo.COMPARATOR);
+  private final ConcurrentHashMap<RegionInfo, Long> regionEnterTimestamp =

Review Comment:
   Agree with @Apache9.
   
   @liuxiaocs7 
   Please check if we can use ConcurrentHashMap<RegionInfo, 
Pair<RegionStateNode,Long>>



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