f1amingo opened a new pull request, #10723: URL: https://github.com/apache/rocketmq/pull/10723
### Which Issue(s) This PR Fixes - Fixes #10722 ### Brief Description Add a guard in `isLiteTopicExpired` to return `true` when `getMessageStoreTimeStamp` returns a non-positive value, preventing unreliable expiration judgment caused by an invalid store timestamp. ### How Did You Test This Change? Unit test added in `AbstractLiteLifecycleManagerTest` to verify that `isLiteTopicExpired` returns `true` when `getMessageStoreTimeStamp` returns 0. -- 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]
