walterddr commented on code in PR #8720:
URL: https://github.com/apache/pinot/pull/8720#discussion_r883779420
##########
pinot-broker/src/main/java/org/apache/pinot/broker/requesthandler/GrpcBrokerRequestHandler.java:
##########
@@ -59,6 +62,7 @@ public GrpcBrokerRequestHandler(PinotConfiguration config,
BrokerRoutingManager
AccessControlFactory accessControlFactory, QueryQuotaManager
queryQuotaManager, TableCache tableCache,
BrokerMetrics brokerMetrics, TlsConfig tlsConfig) {
super(config, routingManager, accessControlFactory, queryQuotaManager,
tableCache, brokerMetrics);
+ LOGGER.info("Starting Grpc BrokerRequestHandler.");
Review Comment:
it was originally before constructor. let me re-word it as "using GRPC
bro...` since the purpose it to indicate what request handler is being
constructed.
--
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]