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

wenjun pushed a commit to branch 3.2.2-prepare
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/3.2.2-prepare by this push:
     new 2f928b15c9 [Chore] Disable composite indicator (#16172) (#16205)
2f928b15c9 is described below

commit 2f928b15c9f60df08775801968c216f2fff87abd
Author: Wenjun Ruan <[email protected]>
AuthorDate: Mon Jun 24 22:02:13 2024 +0800

    [Chore] Disable composite indicator (#16172) (#16205)
    
    (cherry picked from commit 3f3f0cd4cb24f958b8c4c4b18f4b251e0d87a5da)
---
 dolphinscheduler-api/src/main/resources/application.yaml               | 2 ++
 dolphinscheduler-master/src/main/resources/application.yaml            | 1 +
 dolphinscheduler-standalone-server/src/main/resources/application.yaml | 1 +
 dolphinscheduler-worker/src/main/resources/application.yaml            | 1 +
 4 files changed, 5 insertions(+)

diff --git a/dolphinscheduler-api/src/main/resources/application.yaml 
b/dolphinscheduler-api/src/main/resources/application.yaml
index e38d0c5a8e..79a8439274 100644
--- a/dolphinscheduler-api/src/main/resources/application.yaml
+++ b/dolphinscheduler-api/src/main/resources/application.yaml
@@ -75,6 +75,8 @@ spring:
     pathmatch:
       matching-strategy: ANT_PATH_MATCHER
     static-path-pattern: /static/**
+  cloud.discovery.client.composite-indicator.enabled: false
+
 springdoc:
   swagger-ui:
     path: /swagger-ui.html
diff --git a/dolphinscheduler-master/src/main/resources/application.yaml 
b/dolphinscheduler-master/src/main/resources/application.yaml
index 17b1e41a71..9183074a6f 100644
--- a/dolphinscheduler-master/src/main/resources/application.yaml
+++ b/dolphinscheduler-master/src/main/resources/application.yaml
@@ -51,6 +51,7 @@ spring:
       org.quartz.scheduler.makeSchedulerThreadDaemon: true
       org.quartz.jobStore.driverDelegateClass: 
org.quartz.impl.jdbcjobstore.PostgreSQLDelegate
       org.quartz.jobStore.clusterCheckinInterval: 5000
+  cloud.discovery.client.composite-indicator.enabled: false
 
 # Mybatis-plus configuration, you don't need to change it
 mybatis-plus:
diff --git 
a/dolphinscheduler-standalone-server/src/main/resources/application.yaml 
b/dolphinscheduler-standalone-server/src/main/resources/application.yaml
index 1c6da324ee..4f2a33660c 100644
--- a/dolphinscheduler-standalone-server/src/main/resources/application.yaml
+++ b/dolphinscheduler-standalone-server/src/main/resources/application.yaml
@@ -64,6 +64,7 @@ spring:
   mvc:
     pathmatch:
       matching-strategy: ANT_PATH_MATCHER
+  cloud.discovery.client.composite-indicator.enabled: false
 
 mybatis-plus:
   mapper-locations: 
classpath:org/apache/dolphinscheduler/dao/mapper/*Mapper.xml
diff --git a/dolphinscheduler-worker/src/main/resources/application.yaml 
b/dolphinscheduler-worker/src/main/resources/application.yaml
index 4361e8f014..3f6c0cf4a3 100644
--- a/dolphinscheduler-worker/src/main/resources/application.yaml
+++ b/dolphinscheduler-worker/src/main/resources/application.yaml
@@ -23,6 +23,7 @@ spring:
   autoconfigure:
     exclude:
       - org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration
+  cloud.discovery.client.composite-indicator.enabled: false
 
 registry:
   type: zookeeper

Reply via email to