Jackie-Jiang opened a new pull request, #11256: URL: https://github.com/apache/pinot/pull/11256
Currently we store server instance to worker ids map as the worker assignment result (each server instance can be associated with multiple worker ids). This map is very hard to use in the mailbox assignment step because we need to create mailbox between worker ids instead of servers. This PR changes the map to be from worker id to server instance, and cleans up the unnecessary handling caused by the reversed map. This also acts as a preparation for more complex worker assignment in the future. -- 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]
