priyen commented on issue #10607: URL: https://github.com/apache/pinot/issues/10607#issuecomment-1508780627
@jackjlli , I dont think this is desired. Your proposal here of changing numInstancesPerPartition to 15 means every partition is on all 15 servers, which is not the desired case here. Take segments 1-15, let's say 1-5 are partition 1, 5-10 are partition 2, 10-15 are partition 3, instances 1-5 => get partition 1's segments instances 6-10 => get partition 2's segments instances 11-15 => get partition 3's segments. If you change numInstancesPerPartition to 15, all 3 partitions' segments are on all the segments, which is NOT the desired, **we dont want to change numInstancesPerPartition to 15** -- 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]
