npawar opened a new pull request #3466: Relocation manager should relocate segments from any servers (irrespective of the tag) to completed servers URL: https://github.com/apache/incubator-pinot/pull/3466 The relocation manager was only moving segments which were on consuming servers to the completed servers. This would not work if the segments were for some reason on servers which are not the "consuming" servers according to the RealtimeTagConfig (if consuming tag was changed, and then relocation performed) This PR ensures that no matter where the segments are, they will be moved if they are not on "completed" tagged servers
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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]
