xiangfu0 opened a new pull request, #16107: URL: https://github.com/apache/pinot/pull/16107
Fixing the logic to only process deep store untracked segments in the offline table part for a hybrid table. The issue here is for hybrid table, both RT and OFFLINE tables uses the common deep store path. If REALTIME table has smaller retention like 7 days, and OFFLINE table has longer retention like 90 days. Then all the deep store segments targz in OFFLINE table between 7-60 days will be deleted by the Retention manager during processing REALTIME table. -- 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