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

   **Issue Evaluation**
   
   Category: `bug` | Status: **Confirmed**
   
   Message lookup by message ID does not use `startTime` or `endTime`, but the 
Apache provider validates those timestamps before entering the message-ID 
branch. This causes valid message-ID lookups to fail with HTTP 400 when clients 
supply equal or reversed time bounds, even though those bounds are irrelevant 
to the lookup path.
   
   **Root Cause:** Time-window validation is applied unconditionally before 
branching on query type, rejecting valid message-ID lookups that happen to 
include unused time parameters.
   **Impact:** Message query API; valid message-ID lookups fail due to 
irrelevant time bounds.
   **Severity:** Medium — functional regression for message-ID queries with 
time parameters.
   
   The proposed scope (move validation to non-message-ID paths + regression 
coverage) correctly isolates the concern.
   
   An automated fix proposal can be generated. Reply `/approve` to proceed with 
PR generation.
   
   ---
   *Automated evaluation by RockteMQ-AI*


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