Jackie-Jiang opened a new pull request, #12054: URL: https://github.com/apache/pinot/pull/12054
#11628 introduced the feature to assign segments for upsert table based on the existing segment assignment. It can potentially cause new segment mis-assigned during rebalance when rebalancer tries to reuse the target assignment. This PR fixes the issue by always re-calculate target assignment for `StrictRealtimeSegmentAssignment`, and enhances `StrictRealtimeSegmentAssignment` to cache the segment partition id to reduce the cost of rebalance. -- 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]
