dang-stripe commented on issue #11894: URL: https://github.com/apache/pinot/issues/11894#issuecomment-2375854779
We've done some testing w/ upsert + `minimizeDataMovement` and it does not seem like this issue is fixed. We have a script to compare the ideal state w/ the output of the dry-run rebalance and still a significant number of segments being added to existing servers. In this case, we have 2 pools with 4 servers and are adding 1 server to each pool. With `minimizeDataMovement` off:  With `minimizeDataMovement` on, there's barely any change:  -- 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]
