redis订阅关闭异常解决

Posted senlinyang

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了redis订阅关闭异常解决相关的知识,希望对你有一定的参考价值。

redis订阅关闭异常解决

应用程序模块订阅redis运行一段时间出现一直重连Redis服务,日志如下:

2019-04-28 10:06:17,551 ERROR org.springframework.data.redis.listener.RedisMessageListenerContainer - Connection failure occurred. Restarting subscrip
tion task after 5000 ms

解决方案

redis.conf配置文件,把下面的值调大即可

client-output-buffer-limit pubsub 32mb 8mb 60    # Redis订阅客户端订阅buffer超过32M或持续60秒超过8M,订阅立即被关闭!

以上是关于redis订阅关闭异常解决的主要内容,如果未能解决你的问题,请参考以下文章

Android App 在片段中创建 ListView 引用时关闭

关闭从另一个对话框片段启动的对话框片段会导致非法状态异常

解决方案电影标题中缺少代码的片段,完成挑战更多[关闭]

订阅发生异常代理消息代码 20598,个人总结

redis发布与订阅

Redis的发布订阅+线程池使用实践