RockteMQ-AI commented on issue #1159:
URL: 
https://github.com/apache/rocketmq-dashboard/issues/1159#issuecomment-5205855670

   **Issue Evaluation**
   
   Category: `bug` | Status: **Confirmed**
   
   The issue is valid. Both Topic message queries and DLQ resend scans trust 
`PullResult.nextBeginOffset` unconditionally. If an abnormal response reports 
`FOUND` without advancing the offset, the scan loop repeats the same offset 
indefinitely, creating an infinite loop that ties up a control-plane request.
   
   **Root Cause:** Missing offset-advancement check in pull loops — no guard 
against non-progressing `nextBeginOffset`.
   **Impact:** Potential infinite loop consuming server resources and blocking 
the request thread.
   **Severity:** High — can cause resource exhaustion and request hangs.
   
   An automated fix proposal can be generated if the community confirms. Reply 
`/approve` to proceed with PR generation.
   
   ---
   *Automated evaluation by github-manager*
   


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