Aias00 opened a new pull request, #2005: URL: https://github.com/apache/rocketmq-dashboard/pull/2005
## Summary - make system alert acknowledgement an update-only persistence operation - return `404` when an alert is cleared concurrently instead of recreating it - skip successful acknowledgement audit when no row was updated This is a backend persistence fix and does not overlap the frontend duplicate-request tracking in #1573/#1574. ## Verification - `JAVA_HOME=$(/usr/libexec/java_home -v 21) mvn -q -f server/pom.xml -Dtest=AlertServiceTest,MybatisPlusAlertRepositoryTest test` - `JAVA_HOME=$(/usr/libexec/java_home -v 21) mvn -q -f server/pom.xml -DskipTests package` - `git diff --check` Closes #2004 -- 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]
