jackjlli commented on issue #10607: URL: https://github.com/apache/pinot/issues/10607#issuecomment-1507699824
Discussed with @priyen offline. The issue was that `numInstancesPerPartition` was set to 5, thus only 5 instances are retained in the instance partitions mapping, thus only 10 servers are selected in total. Setting it to 15 should fix the mapping. I don't think there is any issue in the existing logic for minimize data movement in this case. We can close this issue now. -- 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]
