You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2020/03/02 19:16:25 UTC

[GitHub] [incubator-pinot] jackjlli commented on a change in pull request #5066: Refactor existing Message Handler to update query quota on broker (Part 1)

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

 ##########
 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:
   Updated.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org