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


##########
server/src/main/java/org/apache/druid/server/coordinator/DruidCoordinator.java:
##########
@@ -782,11 +783,32 @@ private class UpdateReplicationStatus implements 
CoordinatorDuty
     @Override
     public DruidCoordinatorRuntimeParams run(DruidCoordinatorRuntimeParams 
params)
     {
+      final Stopwatch totalTime = Stopwatch.createStarted();
+
+      final Stopwatch broadcastTime = Stopwatch.createStarted();

Review Comment:
   Please remove these stopwatches as well before merging this PR.



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