kfaraz commented on code in PR #13197:
URL: https://github.com/apache/druid/pull/13197#discussion_r991348309


##########
server/src/main/java/org/apache/druid/server/coordinator/ReplicationThrottler.java:
##########
@@ -36,74 +39,89 @@
 {
   private static final EmittingLogger log = new 
EmittingLogger(ReplicationThrottler.class);
 
-  private final Map<String, Boolean> replicatingLookup = new HashMap<>();

Review Comment:
   Change summary:
   Commoned out `ReplicationSegmentHolder` as `TierLoadingState` to be used for 
tracking both `currentlyReplicatingSegments` and `currentlyMovingSegments` (in 
`SegmentStateManager`).



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to