shauryachats commented on code in PR #17413:
URL: https://github.com/apache/pinot/pull/17413#discussion_r2643736402


##########
pinot-broker/src/main/java/org/apache/pinot/broker/routing/manager/BaseBrokerRoutingManager.java:
##########
@@ -117,8 +117,8 @@
  * TODO: Expose RoutingEntry class to get a consistent view in the broker 
request handler and save the redundant map
  *       lookups.
  */
-public class BrokerRoutingManager implements RoutingManager, 
ClusterChangeHandler {
-  private static final Logger LOGGER = 
LoggerFactory.getLogger(BrokerRoutingManager.class);
+public class BaseBrokerRoutingManager implements RoutingManager, 
ClusterChangeHandler {

Review Comment:
   Addressed.



-- 
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]

Reply via email to