kishoreg opened a new pull request #4795: Enhance RoutingTable to use ServerInstance URL: https://github.com/apache/incubator-pinot/pull/4795 Pre-cursor to #4525. Currently, RoutingTable is represented as Map<String, List<String>>. This is a map of serverInstanceName to list of segments on that server. The rest of the code derives the host and port by parsing serverInstanceName assuming that its of the Server_host_port. This PR replaces serverInstanceName with a concrete ServerInstance object. This PR is to just change the interface and not the functionality. In the next PR, we will construct the ServerInstance using the real host and port from the Helix Instance Config.
---------------------------------------------------------------- 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]
