yyqdbngt opened a new pull request, #2399: URL: https://github.com/apache/rocketmq-dashboard/pull/2399
## Summary - normalize a null provider message-query result to an empty list - record query history with a zero result count instead of dereferencing null - cover the fallback-provider boundary with a regression test ## Why A provider adapter can represent an empty query with `null`. The service currently calls `size()` immediately, turning an otherwise empty result into a 500 and skipping query history. ## Tests - `mvn -q -f server/pom.xml -Dtest=MessageServiceTest test` -- 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]
