yyqdbngt opened a new issue, #1350:
URL: https://github.com/apache/rocketmq-dashboard/issues/1350

   ## Problem
   
   The System Alerts page stores a single `acknowledgingId`, but 
acknowledgement buttons for other alerts remain enabled. When acknowledgements 
overlap, completion of the first sets the value to null and removes the loading 
indicator from the still-pending second request.
   
   ## Expected behavior
   
   Prevent concurrent acknowledgements or track pending IDs independently so 
each alert owns its loading and completion state.
   
   ## Scope
   
   - make per-alert acknowledgement state race-safe
   - keep successful/failed rows independent
   - add a deferred two-alert regression 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]

Reply via email to