I’ve been using the Couchbase Java SDK and am frequently encountering errors such as this:
Error Type: net.spy.memcached.OperationTimeoutException : [N/A]
Error Messages: Timeout waiting for value: waited 2,500 ms. Node status: Connection Status { 10.xx.xx.xx/10.xx.xx.xx:11210 active: false, authed: true, last read: 391,748 ms ago }
My application code is connecting using the external URL of the CB server, however the error is reporting the internal IP of the CB node.
There does not seem to be any pattern as to why/when these errors occur.
Does anyone have any insight as to how to resolve?