From b3036487524889934457f605ce92cece74d5efc6 Mon Sep 17 00:00:00 2001 From: AmriStrong <15770757077@139.com> Date: Thu, 21 Sep 2023 02:50:22 -0500 Subject: [PATCH] [Improvement][Api]Change default zookeeper timeout setting (#14940) * Local running api project connection remote zookeeper always reported connection timeout #14939 Adjust the connection zookeeper timeout time * Local running api project connection remote zookeeper always reported connection timeout #14939 Adjust the connection zookeeper timeout time * Local running api project connection remote zookeeper always reported connection timeout #14939 Adjust the connection zookeeper timeout time * reported connection timeout #14939 Adjust the connection timeout time use the curator default setting --------- Co-authored-by: AmriStrong --- dolphinscheduler-api/src/main/resources/application.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dolphinscheduler-api/src/main/resources/application.yaml b/dolphinscheduler-api/src/main/resources/application.yaml index c4810eb664..798fa6d6fc 100644 --- a/dolphinscheduler-api/src/main/resources/application.yaml +++ b/dolphinscheduler-api/src/main/resources/application.yaml @@ -113,9 +113,9 @@ registry: base-sleep-time: 60ms max-sleep: 300ms max-retries: 5 - session-timeout: 30s - connection-timeout: 9s - block-until-connected: 600ms + session-timeout: 60s + connection-timeout: 15s + block-until-connected: 15s digest: ~ api: