Skip to content

Commit 1efa85c

Browse files
SbloodySSbloodyS
andauthored
[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>
1 parent 97aecb4 commit 1efa85c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/registry/MasterRegistryClient.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -427,8 +427,7 @@ public void handleConnectionState(ConnectionState state) {
427427
logger.debug("registry connection state is {}", state);
428428
break;
429429
case SUSPENDED:
430-
logger.warn("registry connection state is {}, ready to stop myself", state);
431-
registryClient.getStoppable().stop("registry connection state is SUSPENDED, stop myself");
430+
logger.warn("registry connection state is {}, ready to retry connection", state);
432431
break;
433432
case RECONNECTED:
434433
logger.debug("registry connection state is {}, clean the node info", state);

0 commit comments

Comments
 (0)