RockteMQ-AI commented on issue #3047: URL: https://github.com/apache/rocketmq-dashboard/issues/3047#issuecomment-5533781637
**Issue Evaluation** Category: `bug` | Status: **Confirmed** The silent truncation at the 10,000-row page cap is a real issue. Users receive incomplete results without indication. **Root Cause:** `DescribeMessageList` pagination stops at `MAX_PAGES * MESSAGE_LIMIT` without checking if more results exist. **Impact:** Data integrity — users may believe results are complete when truncated. **Severity:** medium --- *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]
