You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After checking the code around, couple of things are wrong with RedisClientFactory.
Redis cluster:
no ssl is setup with client if specified in redis conf
Redis master/replica:
readFrom, ioThreads and workerThreads not used in redis client setup
Redis sentinel:
readFrom, ioThreads and workerThreads not used in redis client setup
Redis sentinel and master/replica have the exact same client setup (copy/paste)...
Regarding healthcheck timeouts, some seem setup with the client (standalone, cluster), some seem setup from the healthcheck (sentinel, master/replica)
Might be other things... Have a complete look other the configuration and factory of all redis topologies again and try to give it sense, with proper tests.
And try to see if proper redis client setup would help in the end solve this issue => linagora/tmail-backend#1585
The text was updated successfully, but these errors were encountered:
After checking the code around, couple of things are wrong with RedisClientFactory.
Redis cluster:
Redis master/replica:
Redis sentinel:
Redis sentinel and master/replica have the exact same client setup (copy/paste)...
Regarding healthcheck timeouts, some seem setup with the client (standalone, cluster), some seem setup from the healthcheck (sentinel, master/replica)
Might be other things... Have a complete look other the configuration and factory of all redis topologies again and try to give it sense, with proper tests.
And try to see if proper redis client setup would help in the end solve this issue => linagora/tmail-backend#1585
The text was updated successfully, but these errors were encountered: