RaigorJiang commented on issue #15405: URL: https://github.com/apache/shardingsphere/issues/15405#issuecomment-1078588334
> ALTER INSTANCE 127.0.0.1@3310 SET XA_RECOVERY_ID = 127.0.0.1@3308,127.0.0.1@3310; 127.0.0.1@3308 is not alive proxy instance. Hi @jingshanglu , can we change the key to `XA_RECOVERY_NODES` : ```sql ALTER INSTANCE 127.0.0.1@3310 SET XA_RECOVERY_NODES = 127.0.0.1@3308,127.0.0.1@3310; ``` -- 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]
