yyqdbngt opened a new issue, #2651: URL: https://github.com/apache/rocketmq-dashboard/issues/2651
### Problem The system-alert CSV export uses the first page's total as its loop condition. If alerts are acknowledged or cleared while the export is running, a later page can be empty while the original total remains larger than the accumulated row count. The exporter then keeps requesting subsequent pages without making progress. ### Expected behavior The export should stop when a page is empty, honor a lower total reported by later responses, and retain a finite safety bound. ### Proposed fix Make the pagination progress-aware and add a regression test for a result set that shrinks between pages. -- 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]
