This repository has been archived by the owner on Dec 13, 2023. It is now read-only.
Replies: 2 comments
-
@RuriRyan Can you please provide your inputs on running Conductor with redis sentinel configuration? Thanks |
Beta Was this translation helpful? Give feedback.
0 replies
-
@ritu-p please have a look at #2321 (comment) where I pasted some sample configuration which we use in our production setup. And an additional config line for the log4j vuln in this version:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Has anyone configured 3 node HA conductor without using dynomite as persistence? I am seeing some issues such as below when one of the nodes is down.
java.lang.RuntimeException: com.netflix.dyno.connectionpool.exception.PoolOfflineException: PoolOfflineException: [host=Host [hostname=UNKNOWN, ipAddress=UNKNOWN, port=0, rack: UNKNOWN, datacenter: UNKNOW, status: Down, hashtag=null, redacted latency=0(0), attempts=0]host pool is offline and no Racks available for fallback.
is this expected ?
Is it a good idea to use redis_sentinel directly in place of dynamo
Beta Was this translation helpful? Give feedback.
All reactions