ankitsultana opened a new issue, #17116: URL: https://github.com/apache/pinot/issues/17116
This line is getting logged frequently. Consuming segments are expected to have an end time of -1. ``` Segment: my_table__99__22__20251027T0429Z of table: my_table_REALTIME has invalid end time in millis: 1761409182 ``` https://github.com/apache/pinot/blame/9d5df3500f8c6d04c26d3e84cbb07b1b061cf915/pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/retention/strategy/TimeRetentionStrategy.java#L49-L51 cc: @shauryachats -- 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]
