Jackie-Jiang commented on a change in pull request #7724: URL: https://github.com/apache/pinot/pull/7724#discussion_r751747132
########## File path: pinot-broker/src/main/java/org/apache/pinot/broker/requesthandler/BaseBrokerRequestHandler.java ########## @@ -160,9 +160,9 @@ public BaseBrokerRequestHandler(PinotConfiguration config, RoutingManager routin _numDroppedLogRateLimiter = RateLimiter.create(1.0); _brokerReduceService = new BrokerReduceService(_config); - LOGGER.info( - "Broker Id: {}, timeout: {}ms, query response limit: {}, query log length: {}, query log max rate: {}qps", - _brokerId, _brokerTimeoutMs, _queryResponseLimit, _queryLogLength, _queryLogRateLimiter.getRate()); + LOGGER Review comment: Can you please check if you import the latest `Pinot Style`? There are lots of reformatting changes and seems they don't follow the `Pinot Style`: https://docs.pinot.apache.org/developers/developers-and-contributors/code-setup#setup-ide -- 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