skip to Main Content

Redis cluster is identified as down

I have a dotnet application that uses a redis cluster for caching. Recently I came across an issue where the dotnet application identifies as the cluster has gone down. but when checked with the cluster info command the cluster status…

VIEW QUESTION

Error message from worker: redis.clients.jedis.exceptions.JedisConnectionException: Unknown reply:

While connecting to memorystore through dataflow getting the below exception in the dataflow worker logs. '''Error message from worker: redis.clients.jedis.exceptions.JedisConnectionException: Unknown reply: redis.clients.jedis.Protocol.process(Protocol.java:140) redis.clients.jedis.Protocol.read(Protocol.java:192) redis.clients.jedis.Connection.readProtocolWithCheckingBroken(Connection.java:316) redis.clients.jedis.Connection.getStatusCodeReply(Connection.java:243) redis.clients.jedis.Jedis.ping(Jedis.java:356) org.redis.memorystore.redisconn1.processElement(memorystore.java:39)''' Please find the code which I am using. class redisconn1 extends DoFn<String,String>…

VIEW QUESTION
Back To Top
Search