yuluo-yx opened a new issue, #1805:
URL: https://github.com/apache/rocketmq-dashboard/issues/1805

   **BUG REPORT**
   
   1. Please describe the issue you observed:
   
   - What did you do (the steps to reproduce)?
   
   Request a later page from an existing message query task after the page 
offset is equal to or greater than the known message total.
   
   - What did you expect to see?
   
   The response should contain no rows while preserving the task total so 
pagination metadata remains stable.
   
   - What did you see instead?
   
   The service returns `Page.empty()`, which resets total elements to zero and 
page number to the default even though the queue offsets still provide the 
known total.
   
   2. Please tell us about your environment:
   
   - apache/rocketmq-dashboard master
   - baseline commit `770822bbc812bfd0c2a94aa0128ab6f59b50d076`
   - JDK 17
   
   3. Other information:
   
   A PageImpl with empty content, the requested pageable, and the calculated 
total preserves accurate pagination.


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