agavra opened a new pull request, #10157: URL: https://github.com/apache/pinot/pull/10157
This is a refactoring PR that replaces all usages of `ServerInstance` in the V2 engine with `VirtualServer` and uses `ServerAddress` (which now includes a server ID) instead of hostname/port in various places. All servers currently only have 1 virtual server (with id 0) so the behavior is identical to before this PR. In a follow-up PR I will replace the logic in `WorkerManger` that calls `stageMetadata.setServerInstances` to instead create the correct amount of virtual servers. -- 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]
