使用 XMemcached 1.3.3 出现超时异常

发布于 2024-11-29 04:55:41 字数 254 浏览 0 评论 0原文

当应用程序由于网络波动而尝试执行操作(获取、设置、删除)时,我收到 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

找个人就嫁了吧 2024-12-06 04:55:41

你使用了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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文