RockteMQ-AI commented on issue #10784:
URL: https://github.com/apache/rocketmq/issues/10784#issuecomment-5163821988

   **Issue Evaluation**
   
   Category: `type/bug` | Status: **Confirmed**
   
   The reported issue has been verified against the current codebase 
(`develop@eddb235c1bd8`).
   
   **Root Cause:** When `createHandle(...)` returns null, the code logs `[BUG]` 
but still adds the message to `messageExtList` (line 191), returning it to the 
client without a valid receipt handle. The client cannot ack such messages.
   
   **Note:** The issue references `ClusterMessageService.java`, but the actual 
code is in `ConsumerProcessor.java` (line 190) in the `filterPopResult` method.
   
   **Impact:** Clients receive POP messages they cannot acknowledge, leading to 
invisible messages that are never consumed.
   
   **Severity:** high — affects message delivery reliability.
   
   **File:** 
`proxy/src/main/java/org/apache/rocketmq/proxy/processor/ConsumerProcessor.java`
 (lines 189-192)
   
   An automated fix proposal will be generated. Reply `/approve` to proceed 
with PR generation.
   
   ---
   *Automated evaluation by github-manager-bot*


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