Aias00 opened a new issue, #1708: URL: https://github.com/apache/rocketmq-dashboard/issues/1708
## Problem The Client Connections page uses one retry button for both instance discovery and runtime connection loading. When `listConnections()` fails but `listInstances()` succeeds, retry only changes the instance-load key. The selected instance ID is unchanged, so the connection effect does not run again. The error is cleared and the page remains an empty list. ## Expected behavior - Retrying after a runtime client-connection failure must re-run `listConnections()` for the currently selected instance. - Instance discovery retry behavior remains intact. - Existing request cancellation must still prevent a stale response from overwriting a newer selected instance. ## Scope Client Connections page retry state and focused frontend tests only. ## Track Track 1 / Studio runtime client diagnostics. -- 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]
