npawar edited a comment on issue #6351: URL: https://github.com/apache/incubator-pinot/issues/6351#issuecomment-744720560
Hi @pabrahamusa as Kishore mentioned, `retention manager deletes the segment by looking at the data time in the segment, not the creation time`. Data start/end time is the `segment.start.time` and `segment.end.time`. In the metadata you shared, these 2 fields appear to have invalid values `96444522000000000`. That could be the reason the retention manager is not picking the segment. You'll need to check why start and end time has these values. Probably bad values for the time column in your data? ---------------------------------------------------------------- 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