From 6b2ae79d5f48c5c6cd6fc91b93c965d52ec19747 Mon Sep 17 00:00:00 2001 From: xiangzihao <460888207@qq.com> Date: Sun, 9 Jan 2022 20:11:11 +0800 Subject: [PATCH] [Fix-7902] The default registration plug-in is missing parameters (#7903) * add exist check when add task to standby list Co-authored-by: caishunfeng <534328519@qq.com> Co-authored-by: wind Co-authored-by: caishunfeng <534328519@qq.com> Co-authored-by: BaoLiang <29528966+lenboo@users.noreply.github.com> --- .../src/main/resources/registry.properties | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/dolphinscheduler-service/src/main/resources/registry.properties b/dolphinscheduler-service/src/main/resources/registry.properties index f534a65ed..f8e06de4c 100644 --- a/dolphinscheduler-service/src/main/resources/registry.properties +++ b/dolphinscheduler-service/src/main/resources/registry.properties @@ -17,3 +17,11 @@ registry.plugin.name=zookeeper registry.servers=127.0.0.1:2181 +registry.namespace=dolphinscheduler +registry.base.sleep.time.ms=60 +registry.max.sleep.ms=300 +registry.max.retries=5 +registry.session.timeout.ms=30000 +registry.connection.timeout.ms=7500 +registry.block.until.connected.wait=600 +registry.digest= -- GitLab