apache / dolphinscheduler

Apache DolphinScheduler is the modern data orchestration platform. Agile to create high performance workflow with low-code
https://dolphinscheduler.apache.org/
Apache License 2.0
12.88k stars 4.63k forks source link

[Bug] Fix zk registry reconnect after session timeout cannot write heartbeat to zk #16322

Closed ruanwenjun closed 4 months ago

ruanwenjun commented 4 months ago

Search before asking

What happened

This might caused by we didn't recreate the zk client after reconnected, the simple way to fix this is change the registry-disconnect-strategy to stop and restart the service outside if the server cannot connect to zk.

What you expected to happen

xx

How to reproduce

xx

Anything else

No response

Version

dev

Are you willing to submit PR?

Code of Conduct