praveenc7 commented on code in PR #16018:
URL: https://github.com/apache/pinot/pull/16018#discussion_r2241140762
##########
pinot-broker/src/main/java/org/apache/pinot/broker/requesthandler/BaseBrokerRequestHandler.java:
##########
@@ -125,6 +129,7 @@ public BaseBrokerRequestHandler(PinotConfiguration config,
String brokerId, Brok
_queriesById = null;
_clientQueryIds = null;
}
+ _resourceUsageAccountant = resourceUsageAccountant;
Review Comment:
This is not from my change, let me cleanup the merge
--
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]