This is an automated email from the ASF dual-hosted git repository.

wangyang pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new b303648752 [Improvement][Api]Change default zookeeper timeout setting 
(#14940)
b303648752 is described below

commit b3036487524889934457f605ce92cece74d5efc6
Author: AmriStrong <15770757...@139.com>
AuthorDate: Thu Sep 21 02:50:22 2023 -0500

    [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 <wangga...@baseus.com>
---
 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:

Reply via email to