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

   **Issue Evaluation**
   
   Category: `bug` | Status: **Confirmed**
   
   Verified against `message.tsx` and the API layer. The `/messages/page` 
endpoint returns a paginated response with `items: []` and `total: 0` when a 
Message ID is not found. The `executeQuery` function treats this as a 
successful query returning zero results, without distinguishing between "no 
messages match this ID" and "the ID is invalid or the lookup failed."
   
   **Root Cause:** The paginated endpoint does not differentiate between 
"message not found" and "empty result set." The UI has no dedicated empty/error 
state for Message-ID lookups specifically.
   
   **Impact:** During message tracing, operators see "0 results" for a 
non-existent or invalid Message ID, which is misleading and wastes diagnostic 
time.
   
   **Severity:** medium — misleading diagnostics, no data loss.
   
   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