mcvsubbu commented on a change in pull request #5066: Refactor existing Message
Handler to update query quota on broker (Part 1)
URL: https://github.com/apache/incubator-pinot/pull/5066#discussion_r386573422
##########
File path:
pinot-broker/src/main/java/org/apache/pinot/broker/broker/helix/BrokerUserDefineMessageHandlerFactory.java
##########
@@ -40,9 +42,12 @@
private static final Logger LOGGER =
LoggerFactory.getLogger(BrokerUserDefineMessageHandlerFactory.class);
private final RoutingManager _routingManager;
+ private final HelixExternalViewBasedQueryQuotaManager _queryQuotaManager;
- public BrokerUserDefineMessageHandlerFactory(RoutingManager routingManager) {
+ public BrokerUserDefineMessageHandlerFactory(RoutingManager routingManager,
Review comment:
```suggestion
public BrokerUserDefinedMessageHandlerFactory(RoutingManager
routingManager,
```
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]