praveenc7 commented on code in PR #15798:
URL: https://github.com/apache/pinot/pull/15798#discussion_r2162712077


##########
pinot-broker/src/main/java/org/apache/pinot/broker/broker/helix/BaseBrokerStarter.java:
##########
@@ -407,6 +408,9 @@ public void start()
             timeSeriesRequestHandler, _responseStore);
     _brokerRequestHandler.start();
 
+    // Initialize WorkloadBudgetManager for Query Workload Isolation.

Review Comment:
   Initializing it as part of `Tracing` class. Given it would kind of go 
hand-in-hand with Tracing.  When we decide to refactor the Tracing class to be 
a non-singlenton we can move this along as well



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