Aias00 opened a new pull request, #2966: URL: https://github.com/apache/rocketmq-dashboard/pull/2966
## Summary - add user-scoped query-history indexes for message and trace access paths - delete expired query-history and audit rows in bounded indexed ID batches - stabilize audit pagination with `gmt_create DESC, id DESC` - cache audit filter options and invalidate the cache after writes - move the `result_snapshot` upgrade into the query-history schema migration instead of the alert migration ## Consolidates - Replaces #2686 - Replaces #2672 - Replaces #2314 - Closes #2683 - Closes #2665 ## Verification - `JAVA_HOME=$(/usr/libexec/java_home -v 21) mvn -q -Dtest='QueryHistorySchemaIndexTest,QueryHistoryServiceTest,QueryHistoryServiceIntegrationTest,QueryHistoryControllerTest,MybatisPlusAuditRepositoryTest,AuditServiceTest,AuditControllerTest,AlertSchemaMigrationTest,DemoDataSqlCompatibilityTest' test` - `JAVA_HOME=$(/usr/libexec/java_home -v 21) mvn -q test` (1861 tests, 0 failures, 0 errors, 0 skipped) - `git diff --check origin/rocketmq-studio...HEAD` -- 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]
