-
We have a multi-threaded java job which is used for reading data from RDBMS DB and writing the data into the Redis server. We have a scenario where the job is in progress and master goes down and during the master failover the job fails with the error as below for some of the threads while doing the data refresh: Caused by: java.net.SocketException: Connection reset Could you please suggest if there is any retry configuration in the Jedis using which it can retry before throwing exception to Application? Thanks & Regards, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
@anil181 Sorry, retry is not supported for Sentinel at this moment. |
Beta Was this translation helpful? Give feedback.
@anil181 Sorry, retry is not supported for Sentinel at this moment.