chenboat commented on PR #18433: URL: https://github.com/apache/pinot/pull/18433#issuecomment-4571054731
> For this setup, the raw partition ID 0 and 10000 would map to instance partition 0 % 3 = 0 and 10000 % 3 = 1 without the fix which meant different servers for the same stream partition ID which breaks colocation of data. I do not understand this example and the argument. The partitions 0 and 10000 belong to two different streams. Although both of them is the partition 0 of their streams, why do they need to be colocated? -- 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]
