Jackie-Jiang opened a new pull request, #11371:
URL: https://github.com/apache/pinot/pull/11371
- Remove RealtimeSegmentSelector because:
- HLC is completely deprecated, no need to handle it
- When there are 2 consuming segments, we want to query both of them for
the following reasons:
- The hotspot issue is already resolved with #10466
- Comparing to the damage of having overlapping data (which is super
unlikely if not impossible), skipping the latest consuming segment when one
server stuck can cause missing data for long time, which is much worse
- Skipping the latest consuming segment can cause wrong result for
upsert table
- Add more logs in routing manager for important information such as
unavailable instance, new segments, etc.
--
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]