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

   ### Is your feature request related to a problem? Please describe.
   
   In the alerts page rules effect, `listAlertRuleRuntime(domain)` is the only 
request without a `cancelled` guard. After the domain switches 
(BUSINESS/CLUSTER), a slow runtime response for the previous domain still calls 
`setRuntime`, so the runtime column renders another domain's runtime states.
   
   ### Describe the solution you'd like
   
   Check `cancelled` before setting the state, matching the guard every other 
request in the same effect already has.
   
   ### Additional context
   
   Fix in https://github.com/apache/rocketmq-dashboard/pull/4875
   


-- 
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