File tree Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -300,6 +300,7 @@ data:
300
300
mq: ${CONFIG_FAILOVER_MQ_ENABLED:${CONFIG_FAILOVER_ENABLED:false}}
301
301
mongodb: ${CONFIG_FAILOVER_MONGODB_ENABLED:true}
302
302
rocketmq: ${CONFIG_FAILOVER_ROCKETMQ_ENABLED:true}
303
+ redis: ${CONFIG_FAILOVER_REDIS_ENABLED:true}
303
304
protect:
304
305
enabled: ${CONFIG_PROTECT_ENABLED:false}
305
306
db: ${CONFIG_PROTECT_DB_ENABLED:${CONFIG_PROTECT_ENABLED:false}}
@@ -387,6 +388,7 @@ data:
387
388
- org.apache.tomcat.util.threads.InlineExecutorService
388
389
- javax.management.NotificationBroadcasterSupport$1
389
390
- com.netflix.stats.distribution.DataPublisher$PublishThreadFactory
391
+ - com.alibaba.druid.pool.DruidAbstractDataSource$SynchronousExecutor
390
392
excludeTasks:
391
393
- com.jd.live.agent.core.thread.NamedThreadFactory
392
394
- com.jd.jr.sgm.client.disruptor.LogEventFactory
Original file line number Diff line number Diff line change @@ -163,6 +163,7 @@ agent:
163
163
mq : ${CONFIG_FAILOVER_MQ_ENABLED:${CONFIG_FAILOVER_ENABLED:false}}
164
164
mongodb : ${CONFIG_FAILOVER_MONGODB_ENABLED:true}
165
165
rocketmq : ${CONFIG_FAILOVER_ROCKETMQ_ENABLED:true}
166
+ redis : ${CONFIG_FAILOVER_REDIS_ENABLED:true}
166
167
protect :
167
168
enabled : ${CONFIG_PROTECT_ENABLED:false}
168
169
db : ${CONFIG_PROTECT_DB_ENABLED:${CONFIG_PROTECT_ENABLED:false}}
@@ -250,6 +251,7 @@ agent:
250
251
- org.apache.tomcat.util.threads.InlineExecutorService
251
252
- javax.management.NotificationBroadcasterSupport$1
252
253
- com.netflix.stats.distribution.DataPublisher$PublishThreadFactory
254
+ - com.alibaba.druid.pool.DruidAbstractDataSource$SynchronousExecutor
253
255
excludeTasks :
254
256
- com.jd.live.agent.core.thread.NamedThreadFactory
255
257
- com.jd.jr.sgm.client.disruptor.LogEventFactory
You can’t perform that action at this time.
0 commit comments