btlqql opened a new pull request, #2025: URL: https://github.com/apache/rocketmq-dashboard/pull/2025
## What is the purpose of the change Fix #2008. The ACL page had two asynchronous ownership races: two rapid Broker ACL config examinations for different cluster IDs could complete out of order and the older response unconditionally replaced clusterConfig and cleared the shared loading state. ## Brief changelog - acl.tsx: guard the cluster config examination with a request sequence ref so an older in-flight response can no longer overwrite a newer one ## How was this patch verified - npx vitest run src/pages/instance/__tests__/AclPage.test.tsx (13 passed) - npx tsc -b clean - npx eslint . clean -- 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]
