keyboardbobo opened a new issue, #21544: URL: https://github.com/apache/pulsar/issues/21544
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Version pulsar 2.9.2 ### Minimal reproduce step 1. Create a topic with 1 partitions, send traffic normally 2. start two consumer process instance in Shared mode 3. One process calls acknowledge after normal consumption 4. Another process delays calling acknowledge with Thread.sleep(100000L) after consumption 5. After a while, resetCursor is called to reset the position to 5 minutes ago, but the getPublishTime of the first process is 1 hour ago. ### What did you expect to see? getPublishTime is the correct time ### What did you see instead? after resetCursor , the first process returns the earliest data of the topic ### Anything else? _No response_ ### Are you willing to submit a PR? - [ ] I'm willing to submit a PR! -- 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]
