suddendust opened a new issue, #9211: URL: https://github.com/apache/pinot/issues/9211
Currently, the RTP tool calculates `numCompletedSegmentsPerPartition` as: `int numCompletedSegmentsPerPartition = (_tableRetentionHours + numHoursToConsume - 1) / numHoursToConsume - 1;` `_tableRetentionHours` is read from the user-supplied table config. However, this does not work in the scenario where segments are relocated using the tag overrides. For example, we move segments from REALTIME to OFFLINE servers every hour. While the table's retention period is 7d, here, `_tableRetentionHours` should be 1h instead of 7d as completed segments reside in REALTIME servers only for about an hour. @mcvsubbu -- 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.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