当前位置:网站首页>org. redisson. client. Redisresponsetimeoutexception: redis server response timeout (3000 ms) error resolution
org. redisson. client. Redisresponsetimeoutexception: redis server response timeout (3000 ms) error resolution
2022-07-01 01:39:00 【Melting pole】
summary
Error phenomenon
org.redisson.client.RedisResponseTimeoutException: Redis server response timeout (3000 ms) occured after 3 retry attempts. Command: (HEXISTS), params: [com.dinsmooth.storehbase.schedule:entryTaskDelay, 1f15dcac-22b6-4865-92a5-a6452e6ae5c3:154], channel: [id: 0x4d120152, L:/10.255.2.30:52607 - R:172.16.0.211/172.16.0.211:6379]
at org.redisson.command.RedisExecutor$3.run(RedisExecutor.java:362)
at io.netty.util.HashedWheelTimer$HashedWheelTimeout.expire(HashedWheelTimer.java:682)
at io.netty.util.HashedWheelTimer$HashedWheelBucket.expireTimeouts(HashedWheelTimer.java:757)
at io.netty.util.HashedWheelTimer$Worker.run(HashedWheelTimer.java:485)
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.lang.Thread.run(Thread.java:748)
The reason for the error
The client has not been used for a long time , The server will be disconnected
Solution
redisson Add the configuration
# Connection interval heartbeat
pingConnectionInterval: 1000
config.useSingleServer().setPingConnectionInterval(1000);
Reference resources
边栏推荐
- The argument type 'function' can't be assigned to the parameter type 'void function()‘
- Microbial safety and health, what is biological treatment?
- Composants de la grille de données portatifs
- Test essential tool - postman practical tutorial
- One of the basics - overview of sta Basics
- 【多源bfs】934. Shortest Bridge
- Try new possibilities
- gin 配置文件
- Log4j2 threadcontext log link tracking
- PHP converts two-dimensional array elements into key value pairs
猜你喜欢

Basic knowledge 3 - standard unit library

45岁程序员告诉你:程序员为什么要跳槽,太真实...

物业怎么发短信通知给业主?

flutter报错 -- The argument type ‘Function‘ can‘t be assigned to the parameter type ‘void Function()?‘

那些一门心思研究自动化测试的人,后来怎样了?

Log logrus third party library usage

3dsmax plug-in development traversal node object and object acquisition and inode transformation matrix description

农产品换房?“变相”购房补贴!

Connectivity basis of Graphs

Note d'étude du DC: zéro dans le chapitre officiel - - Aperçu et introduction du processus de base
随机推荐
数学知识:求组合数 IV—求组合数
[deepin] common sets
使用 C# 创造 ASCII 艺术
生意和投资的思考
[stack] 921 Minimum Add to Make Parentheses Valid
C # customize and dynamically switch cursor
【Content-Type请求头的内容】
neo4j安装、运行以及项目的构建和功能实现
Complete software development process
TypeError: can‘t convert cuda:0 device type tensor to numpy. Use Tensor. cpu() to copy the tensor to
图灵奖得主LeCun指明AI未来的出路在于自主学习,这家公司已踏上征途
gin 配置文件
微研所,微生物检验中常用的生化反应
物业怎么发短信通知给业主?
测试必备工具-Postman实战教程
Uniapp official component clicking item is invalid, solution
Construction and beautification of personal blog
Try new possibilities
flutter报错 -- The argument type ‘Function‘ can‘t be assigned to the parameter type ‘void Function()?‘
Basic knowledge II - Basic definitions related to sta