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

   ## Problem
   
   `BrokerClusterPage.loadData` applies every completed `listClusters` 
response. An initial, manual, restart-triggered, or automatic refresh can 
overlap another request; a slower older request can then overwrite newer 
broker, NameServer, and Proxy rows and clear the loading state owned by the 
latest request.
   
   ## Expected behavior
   
   Only the latest active cluster-list request may update table data, errors, 
or loading state. Completion after unmount must be ignored.
   
   ## Scope
   
   - add request ownership to `web/src/pages/studio/BrokerCluster.tsx`
   - cover out-of-order success/failure responses with focused page 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]

Reply via email to