2021-01-22 21:11:27.884 ERROR 34172 — [nio-8080-exec-8] j.e.resource.webcontainer.jsf.context : com.couchbase.client.core.error.UnambiguousTimeoutException: GetRequest, Reason: TIMEOUT {“cancelled”:true,“completed”:true,“coreId”:“0xefdf98a100000001”,“idempotent”:true,“lastChannelId”:“EFDF98A100000001/000000005CAE04B7”,“lastDispatchedFrom”:“10.244.80.158:55737”,“lastDispatchedTo”:“172.28.174.142:11210”,“reason”:“TIMEOUT”,“requestId”:170,“requestType”:“GetRequest”,“retried”:0,“service”:{“bucket”:“buyer_hierarchy_dev”,“collection”:"_default",“documentId”:“id.gb”,“opaque”:“0xf5”,“scope”:"_default",“type”:“kv”},“timeoutMs”:2500,“timings”:{“totalMicros”:2512908}}
at com.couchbase.client.core.msg.BaseRequest.cancel(BaseRequest.java:163)
at com.couchbase.client.core.Timer.lambda$register$2(Timer.java:157)
at com.couchbase.client.core.deps.io.netty.util.HashedWheelTimer$HashedWheelTimeout.expire(HashedWheelTimer.java:672)
at com.couchbase.client.core.deps.io.netty.util.HashedWheelTimer$HashedWheelBucket.expireTimeouts(HashedWheelTimer.java:747)
at com.couchbase.client.core.deps.io.netty.util.HashedWheelTimer$Worker.run(HashedWheelTimer.java:472)
at com.couchbase.client.core.deps.io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.base/java.lang.Thread.run(Thread.java:834)
Suppressed: java.lang.Exception: #block terminated with an error
at reactor.core.publisher.BlockingSingleSubscriber.blockingGet(BlockingSingleSubscriber.java:99)
@sushmit_K your operation timed out after it got sent onto the network. It could be the network or the server - your logs should also have orphan logging and over threshold logging which could indicate the latency of the response that came back. This does not look like to be an SDK issue.