当前位置:网站首页>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
边栏推荐
- TypeError: can‘t convert cuda:0 device type tensor to numpy. Use Tensor.cpu() to copy the tensor to
- 【JS给元素添加属性:setAttribute;classList.remove;classList.add;】
- After working for 6 years, let's take stock of the golden rule of the workplace where workers mix up
- 正向代理和反向代理快速理解
- [problem handled] -nvidia SMI command cannot obtain the GPU process number of its own container and the external GPU process number
- 生意和投资的思考
- qt5-MVC:数据可视化的层次揭秘
- Compile and install oh my Zsh
- PHP通过第三方插件爬取数据
- QT5-布局在创作中的理解应用
猜你喜欢
随机推荐
mysql数据库基础:流程控制
Visual studio 2019 shortcut notes
With regard to the white box test, you have to master these skills~
使用 C# 创造 ASCII 艺术
微研所,微生物检验中常用的生化反应
股票开户有哪些优惠活动?另外,手机开户安全么?
C# 自定义并动态切换光标
gin_gorm
Strictmode analysis registration strictmode principle (4)
TypeError: can‘t convert cuda:0 device type tensor to numpy. Use Tensor.cpu() to copy the tensor to
Basic knowledge 3 - standard unit library
1500w播放下还藏着什么热点?B站2个未来趋势你不得错过
Why build a personal blog
laravel+redis 生成订单号-当天从1开始自增
【JS给元素添加属性:setAttribute;classList.remove;classList.add;】
The argument type 'function' can't be assigned to the parameter type 'void function()‘
Applet Custom Grid
Last day of the second quarter
【Proteus仿真】Arduino UNO +74C922键盘解码驱动4X4矩阵键盘
Ks009 implementation of pet management system based on SSH


![[Qt5 basics] random number display](/img/1f/a3d310788dbc45c71d3b5c47d50a5b.png)






