Skip to content

Commit ff662cc

Browse files
committed
Add redis failover configuration to all-cr.yaml and config.yaml
1 parent 52ec33b commit ff662cc

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

deploy/all-cr.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,7 @@ data:
300300
mq: ${CONFIG_FAILOVER_MQ_ENABLED:${CONFIG_FAILOVER_ENABLED:false}}
301301
mongodb: ${CONFIG_FAILOVER_MONGODB_ENABLED:true}
302302
rocketmq: ${CONFIG_FAILOVER_ROCKETMQ_ENABLED:true}
303+
redis: ${CONFIG_FAILOVER_REDIS_ENABLED:true}
303304
protect:
304305
enabled: ${CONFIG_PROTECT_ENABLED:false}
305306
db: ${CONFIG_PROTECT_DB_ENABLED:${CONFIG_PROTECT_ENABLED:false}}
@@ -387,6 +388,7 @@ data:
387388
- org.apache.tomcat.util.threads.InlineExecutorService
388389
- javax.management.NotificationBroadcasterSupport$1
389390
- com.netflix.stats.distribution.DataPublisher$PublishThreadFactory
391+
- com.alibaba.druid.pool.DruidAbstractDataSource$SynchronousExecutor
390392
excludeTasks:
391393
- com.jd.live.agent.core.thread.NamedThreadFactory
392394
- com.jd.jr.sgm.client.disruptor.LogEventFactory

deploy/joylive-injector/config/config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ agent:
163163
mq: ${CONFIG_FAILOVER_MQ_ENABLED:${CONFIG_FAILOVER_ENABLED:false}}
164164
mongodb: ${CONFIG_FAILOVER_MONGODB_ENABLED:true}
165165
rocketmq: ${CONFIG_FAILOVER_ROCKETMQ_ENABLED:true}
166+
redis: ${CONFIG_FAILOVER_REDIS_ENABLED:true}
166167
protect:
167168
enabled: ${CONFIG_PROTECT_ENABLED:false}
168169
db: ${CONFIG_PROTECT_DB_ENABLED:${CONFIG_PROTECT_ENABLED:false}}
@@ -250,6 +251,7 @@ agent:
250251
- org.apache.tomcat.util.threads.InlineExecutorService
251252
- javax.management.NotificationBroadcasterSupport$1
252253
- com.netflix.stats.distribution.DataPublisher$PublishThreadFactory
254+
- com.alibaba.druid.pool.DruidAbstractDataSource$SynchronousExecutor
253255
excludeTasks:
254256
- com.jd.live.agent.core.thread.NamedThreadFactory
255257
- com.jd.jr.sgm.client.disruptor.LogEventFactory
47 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)