mawenyu opened a new issue, #23056: URL: https://github.com/apache/pulsar/issues/23056
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Read release policy - [X] I understand that unsupported versions don't get bug fixes. I will attempt to reproduce the issue on a supported version of Pulsar client and Pulsar broker. ### Version 3.0.4 ### Minimal reproduce step 1. two node broker 2. three client process use same subscription consumer one topic 3. consumer receiveQueue 5 4. consumer cost 3 second to handle each message and then ack 5. unload topic from brokerA to brokerB 6. three client process may receive some messages that already handled by other consumer ; ### What did you expect to see? bundle unload will not cause message duplication ### What did you see instead? bundle unload will not cause unacked message deliver to other consumer, which will cause data duplication ### 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]
