我正在從couchbase存儲桶中刪除密鑰。但它造成超時,但獲得(關鍵)始終工作。python delete(key)導致超時的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)>
你能分享一些客戶端和服務器端的環境細節嗎?和網絡? –
其實我需要VPN連接,我沒有與VPN連接,這就是爲什麼我得到這個問題。謝謝 –