当前位置:网站首页>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
边栏推荐
- Handsontable data grid component
- opencv -- 笔记
- 正向代理和反向代理快速理解
- [dynamic planning] path dp:931 Minimum Falling Path Sum
- 用 Flutter 的 Canvas 画点有趣的图形
- 3dsmax插件开发遍历节点对象和Object获取及INode变换矩阵说明
- Composants de la grille de données portatifs
- Open3d point cloud bounding box
- Understanding and application of Qt5 layout in creation
- 图灵奖得主LeCun指明AI未来的出路在于自主学习,这家公司已踏上征途
猜你喜欢
测试必备工具—Postman实战教程
孙宇晨接受瑞士媒体Bilan采访:熊市不会持续太久
Working for eight years as a programmer, but with a salary of three years after graduation, it's too late to be enlightened again
Complete software development process
flutter报错 -- The argument type ‘Function‘ can‘t be assigned to the parameter type ‘void Function()?‘
One of the basics - overview of sta Basics
zabbix如何配置告警短信?(预警短信通知设置流程)
工作6年,来盘点一下职场人混迹职场的黄金法则
Use of typora
数学知识:求组合数 III—求组合数
随机推荐
[Qt5 basic \u 1] starting from 0, Mr. Detian will study with you - Introduction to the window
【Proteus仿真】Arduino UNO +74C922键盘解码驱动4X4矩阵键盘
What are the functions of soil microorganisms in microbial detection?
laravel 事件 & 监听
Connectivity basis of Graphs
Log4j2 ThreadContext日志链路追踪
The personal test is effective, and the JMeter desktop shortcut is quickly created
Necessary tools for testing - postman practical tutorial
股票开户有哪些优惠活动?另外,手机开户安全么?
短信在企业中的应用有哪些?
3500字归纳总结:一名合格的软件测试工程师需要掌握的技能大全
Laravel+redis generates an order number - automatically increase from 1 on the same day
Complete software development process
Some essential differences
PHP数组拼接MySQL的in语句
【agora】用户管理
Use of typora
微生物检测,土壤微生物的作用有哪些?
【Content-Type请求头的内容】
PHP converts two-dimensional array elements into key value pairs