我正在从couchbase桶中删除密钥。但是它会导致超时但是(关键)总是在工作。
default_connection=couchbase_service.get_default_connection()
default_connection.delete(key)
异常
[Client-Side timeout exceeded for operation. Inspect network conditions or increase the timeout]
_TimeoutError_0x17 (generated, catch TimeoutError): <Key=u'foo', RC=0x17[Client-
Side timeout exceeded for operation. Inspect network conditions or increase the
timeout], Operational Error, Results=1, C Source=(src/multiresult.c,282)>
答案 0 :(得分:0)
它与key
完全相同吗?
根据您的部署,您可能在磁盘上有一些项目需要更长时间才能检索,而某些项目需要在内存中。默认超时是2.5秒,这很长,但你的磁盘实际上可能很慢。
我没有足够的信息,但目前我猜这可能是原因。
可能会看到更多信息的一个工具是turn up logging。