yyqdbngt opened a new issue, #1351: URL: https://github.com/apache/rocketmq-dashboard/issues/1351
## Problem `web/src/pages/cluster/certs.tsx` stores a single `renewingId`, while renewal controls for other certificates remain active. Starting renewal B while A is pending changes the indicator to B; completion of A then clears it even though B is still running. ## Expected behavior Disable all renewal actions during one renewal or track a set of renewing certificate IDs so every operation retains accurate loading/error ownership. ## Scope - make renewal state safe for concurrent actions - preserve independent row updates - add a deferred multi-certificate 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]
