somandal commented on PR #15817: URL: https://github.com/apache/pinot/pull/15817#issuecomment-2932898997
@Jackie-Jiang updated testing results: REALTIME tables which don't use StrictRealtimeSegmentAssignment (using HybridQuickStart and with strictReplicaGroup instance selector enabled for all tests) - Validated that if it doesn't use COMPLETED instance partitions, the correct code path is called for fetching the partitionId for both ONLINE and CONSUMING segments (i.e. based on segment name) - Validated that if it uses COMPLETED instance partitions such that numPartitions = 1, it fetches the ONLINE and CONSUMING segments' partitionId from the segment name. - Validated that if it uses COMPLETED instance partitions such that numPartitions = 2, it fetches the ONLINE and CONSUMING segments' partitionId from the segment name. OFFLINE tables (using HybridQuickStart and with strictReplicaGroup instance selector enabled for all tests) - Validated that if replicaGroup is enabled with 1 numPartitions, the default partitionId (segmentName.hashCode() % 10000) is used. In this case, each segment is essentially a separate partitionId from the rebalance perspective. - Validated that if replicaGroup is enabled with 2 numPartitions, the default partitionId (segmentName.hashCode() % 10000) is used. In this case, each segment is essentially a separate partitionId from the rebalance perspective. REALTIME table that uses StrictRealtimeSegmentAssignment (using HybridQuickStart and with strictReplicaGroup instance selector enabled for all tests, force set StrictRealtimeSegmentAssignment) - Validated that the partitionId is calculated based on the segmentName and the partition is moved as a whole -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org