sajjad-moradi commented on issue #6966: URL: https://github.com/apache/incubator-pinot/issues/6966#issuecomment-848013436
AFAIK SegmentDeletionManager is used for deleting active segments that need to be deleted because of their retention time. Other than retention issue, there's another problem. For refresh use cases, the new segments go to tableName_OFFLINE/segmentName dir, but the older version remain undeleted under tableName/segmentName dir. This exact issue also exists in case of purge task. The purged segments go to the new directory, while the non-purged version of the same segments remain under old directory. -- 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. 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