noob-se7en commented on code in PR #16407:
URL: https://github.com/apache/pinot/pull/16407#discussion_r2242195779


##########
pinot-core/src/main/java/org/apache/pinot/core/data/manager/realtime/RealtimeConsumptionRateManager.java:
##########
@@ -84,7 +84,7 @@ public static RealtimeConsumptionRateManager getInstance() {
     return InstanceHolder.INSTANCE;
   }
 
-  public void enableThrottling() {
+  public void enablePartitionRateLimiter() {

Review Comment:
   This is used in `PartitionRateLimiter` class, here:
   
https://github.com/apache/pinot/blob/45389974f6fad5a5f35b074d06063673112e8dc2/pinot-core/src/main/java/org/apache/pinot/core/data/manager/realtime/RealtimeConsumptionRateManager.java#L261-L271
     
   Currently throttling is blocked for both serverRateLimiter and 
partitionRateLimiter during startup. 
   
   I just unblocked it for serverRateLimiter.



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