Hi, we are getting following error when trying to upsert few documents, while other work fine -
com.couchbase.client.core.error.AmbiguousTimeoutException: UpsertRequest, Reason: TIMEOUT {“cancelled”:true,“completed”:true,“coreId”:“0x6abbe164”,“idempotent”:false,“lastChannelId”:“6ABBE16/0000000054”,“lastDispatchedFrom”:“10.0.0.0:45004”,“lastDispatchedTo”:“10.0.0.0:11207”,“reason”:“TIMEOUT”,“requestId”:883822,“requestType”:“UpsertRequest”,“retried”:14,“retryReasons”:[“KV_TEMPORARY_FAILURE”],“service”:{“bucket”:“test”,“collection”:"_default",“documentId”:“unpublished::test-doc”,“opaque”:“0xd7c91”,“scope”:"_default",“type”:“kv”},“timeoutMs”:2500,“timings”:{“dispatchMicros”:1281,“encodingMicros”:18,“totalDispatchMicros”:18559,“totalServerMicros”:0,“totalMicros”:2505368,“serverMicros”:0}}
Also, when we try to look up the same document in couchbase UI, it gives “Internal Server Error” while the document that doesnt exist, it generally gives “Document not found”.
We are using Couchbase server 6.6.3 and java sdk 3.2.3
Any pointers will be greatly appreciated.