JedisClusterMaxAttemptsException: No more cluster attempts left.

在使用JedisCluster进行数据操作时遇到JedisClusterMaxAttemptsException错误,原因是尝试一次性hset的大数据量(110万条)过大。为了解决此问题,采取了分批次hset的方法,每次处理的map大小控制在10万条左右,有效避免了异常并提高了数据插入的稳定性。

jediscluster入数据报错:

Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is redis.clients.jedis.exceptions.JedisClusterMaxAttemptsException: No more cluster attempts left.] with root cause

redis.clients.jedis.exceptions.JedisClusterMaxAttemptsException: No more cluster attempts left.
	at redis.clients.jedis.JedisClusterCommand.runWithRetries(JedisClusterCommand.java:86) ~[jedis-3.1.0.jar!/:na]
	at redis.clients.jedis.JedisClusterCommand.runWithRetries(JedisClusterCommand.java:124) ~[jedis-3.1.0.jar!/:na]
	at redis.clients.jedis.JedisClusterCommand.runWithRetries(JedisClusterCommand.java:124) ~[jedis-3.1.0.jar!/:na]
	at redis.clients.jedis.JedisClusterCommand.runWithRetries(JedisClusterCommand.java:124) ~[jedis-3.1.0.jar!/:na]
	at redis.clients.jedis.JedisClusterCommand.runWithRetries(JedisClusterCommand.java:124) ~[jedis-3.1.0.jar!/:na]
	at redis.clients.jedis.JedisClusterCommand.runWithRetries(JedisClusterCommand.java:124) ~[jedis-3.1.0.jar!/:na]
	at redis.clients.jedis.JedisClusterCommand.runBinary(JedisClusterCommand.java:49) ~[jedis-3.1.0.jar!/:na]
	at redis.clients.jedis.BinaryJedisCluster.hset(BinaryJedisCluster.java:445) ~[jedis-3.1.0.jar!/:na]

报错方法:

hset(String key,Map<String,String> valueMap)

检测到一次set的数据量达到110万条,全在map里面一次性hset报错。
解决,分批次hset,将map的size控制在10万左右。

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值