使用 XMemcached 1.3.3 出现超时异常
当应用程序由于网络波动而尝试执行操作(获取、设置、删除)时,我收到 TimeoutException。 即使网络开始工作后,TimeoutException 仍会继续。
我捕获了 TimeoutException,如果抛出的时间超过配置的阈值,则关闭客户端并再次建立连接。当负载较小时,此方法有效,但当负载较高时,TimeoutException 会继续。
我正在使用 XMemcached 客户端 1.3.3
关于如何处理这种情况有什么想法吗?
I am getting TimeoutException when the application is trying to perform an operation (get, set, remove) due to network fluctuation.
Even after the network starts working, the TimeoutException continues.
I caught the TimeoutException and if it is thrown for more than a configured threshold, shut down the client and establishing the connection again. This worked when the load is less but when the load is high, the TimeoutException continues.
I am using XMemcached client 1.3.3
Any ideas on how to handle this situation?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你使用了memcached二进制协议吗?
xmemcached 1.3.3有一个关于二进制协议解码的问题,它可能会导致连接以不可预测的方式关闭。
您可以尝试使用文本协议或升级到xmemcached 1.3.4
Did you use memcached binary protocol?
xmemcached 1.3.3 has an issue about binary protocol decoding,and it may cause connection to be closed in an unpredicted way.
You may try to use text protocol or upgrade to xmemcached 1.3.4