niuhf0452 opened a new issue, #9583:
URL: https://github.com/apache/rocketmq/issues/9583

   ### Before Creating the Bug Report
   
   - [x] I found a bug, not just asking a question, which should be created in 
[GitHub Discussions](https://github.com/apache/rocketmq/discussions).
   
   - [x] I have searched the [GitHub 
Issues](https://github.com/apache/rocketmq/issues) and [GitHub 
Discussions](https://github.com/apache/rocketmq/discussions)  of this 
repository and believe that this is not a duplicate.
   
   - [x] I have confirmed that this bug belongs to the current repository, not 
other repositories of RocketMQ.
   
   
   ### Runtime platform environment
   
   RocketMQ Nameserver, Broker, Proxy ran in linux container with Podman 
Desktop on MacOS.
   Client ran on MacOS.
   
   ### RocketMQ version
   
   Broker 5.3.3, Client Java SDK 5.0.8.
   
   
   ### JDK Version
   
   JDK 21 Temurin-21.0.4+7
   
   ### Describe the Bug
   
   In particular sequence of operations, `ack` would not take effect nor throw 
exception. 
   
   ### Steps to Reproduce
   
   1. Create a topic that has 1 read queue and 1 write queue.
   2. Send 10 messages into the topic.
   3. Read the messages, for the 5th message, change its invisible duration  
and acknowledge it.
   4. Read the topic again, with the same consumer group.
   
   ### What Did You Expect to See?
   
   The acknowledged message would not be seen in the second read.
   
   
   ### What Did You See Instead?
   
   The acknowledged message was seen in the second read.
   
   ### Additional Context
   
   Test case:
   
   
[rocketmq-test.zip](https://github.com/user-attachments/files/21500983/rocketmq-test.zip)


-- 
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]

Reply via email to