siddharthteotia commented on code in PR #8720: URL: https://github.com/apache/pinot/pull/8720#discussion_r882871040
########## 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: Could be misleading here ? Put it under start() ? -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org