Jackie-Jiang commented on issue #16913: URL: https://github.com/apache/pinot/issues/16913#issuecomment-3398710752
> Do I need to stay away from using time from sources ? or does the rentention manager only care about end time in which case I am wondering what else i need to be looking at to ensure uniformity in segments size. Retention manager only cares about end time, and removes segment only if the entire segment expires. In the segment metadata above, `segment.end.time` is larger than `segment.creation.time`, which means the source data is referencing a time in the future. > I read in the docs that granularity is for documentation purposes only. Technically that should also be 1:SECONDS since i wanted each row to be treated separately. You may configure that to `1:SECONDS`. What really matters is the `format`. -- 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]
