kishoreg commented on a change in pull request #4823: Enhance RoutingTable with
ServerInstance
URL: https://github.com/apache/incubator-pinot/pull/4823#discussion_r346497545
##########
File path:
pinot-broker/src/main/java/org/apache/pinot/broker/requesthandler/ConnectionPoolBrokerRequestHandler.java
##########
@@ -232,6 +237,19 @@ protected BrokerResponse processBrokerRequest(long
requestId, BrokerRequest orig
return brokerResponse;
}
+ // For backward-compatible
+ private Map<String, List<String>> convertToOldRoutingTable(
Review comment:
why do we need this?
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]