redis报错:Unexpected exception while processing command
1.背景redis运行很久了,突然有一天报错如下:2.现象org.redisson.client.RedisException: Unexpected exception while processing commandat org.redisson.command.CommandAsyncService.convertException(CommandAsyncService.java:338)
·
1.背景
redis运行很久了,突然有一天报错如下:
2.现象
org.redisson.client.RedisException: Unexpected exception while processing command
at org.redisson.command.CommandAsyncService.convertException(CommandAsyncService.java:338)
at org.redisson.command.CommandAsyncService.get(CommandAsyncService.java:140)
at org.redisson.RedissonObject.get(RedissonObject.java:90)
at org.redisson.RedissonBucket.set(RedissonBucket.java:131)
3.解决
重启java应用!
具体什么原因导致了,
只能猜测为redis的客户端的链接池,因网络等原因,导致redis客户端长久没反应,崩了!
如果知道具体原因的大神,希望能分享一下,在此感谢了!
完美
更多推荐
已为社区贡献1条内容
所有评论(0)