yuluo-yx opened a new issue, #2115: URL: https://github.com/apache/rocketmq-dashboard/issues/2115
AlertService uses update-only persistence for direct rule updates and bulk toggles, but singular rule toggle and system alert acknowledgement still call upsert-style save methods after loading a snapshot. A concurrent delete can therefore recreate the removed row. Use update-only repository operations, return 404 when the row disappeared, skip success audit in that case, and add focused tests. -- 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]
