Jackie-Jiang opened a new pull request, #11599: URL: https://github.com/apache/pinot/pull/11599
Currently we use the push time as the creation time to identify whether a segment is newly created in the cluster. It doesn't apply to real-time segments, in which case we should use creation time instead. Note that for uploaded segment, we should still use push time because creation time is the time when the segment file is created instead of when the segment is uploaded. Also added more logs in `SegmentPartitionMetadataManager` to make it easier to debug -- 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]
