[Fix-7534][Master] zookeeper failover error (#7562)
* fix bug_7534 * fix bug_7534 * fix bug_7534 * fix bug_7534 * fix bug_7534 * fix bug_7534 Co-authored-by: SbloodyS <sbloodys@qq.com>
This commit is contained in:
parent
97aecb40a6
commit
1efa85ca27
|
|
@ -427,8 +427,7 @@ public class MasterRegistryClient {
|
||||||
logger.debug("registry connection state is {}", state);
|
logger.debug("registry connection state is {}", state);
|
||||||
break;
|
break;
|
||||||
case SUSPENDED:
|
case SUSPENDED:
|
||||||
logger.warn("registry connection state is {}, ready to stop myself", state);
|
logger.warn("registry connection state is {}, ready to retry connection", state);
|
||||||
registryClient.getStoppable().stop("registry connection state is SUSPENDED, stop myself");
|
|
||||||
break;
|
break;
|
||||||
case RECONNECTED:
|
case RECONNECTED:
|
||||||
logger.debug("registry connection state is {}, clean the node info", state);
|
logger.debug("registry connection state is {}, clean the node info", state);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue