yuluo-yx opened a new issue, #2155: URL: https://github.com/apache/rocketmq-dashboard/issues/2155
## Affected branch rocketmq-studio at 737a7b4d ## Problem The Apache DLQ provider stops scanning after the 5000-message resend hard cap, but scanIncomplete only checks failed queues. When more than 5000 messages exist and the first 5000 resend successfully, the result is SUCCESS with scanIncomplete false even though messages were omitted. ## Expected behavior Reaching the hard cap should mark the scan as truncated and incomplete, classify the result as PARTIAL, and include the truncation fact in the audit details. ## Reproduction Provide 5001 eligible DLQ messages with successful resend outcomes and inspect the returned status and audit record. -- 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]
