Hi All,
I’m trying to create REST API using quarkus that will call query to couchbase using ReactiveCluster.
I’m using couchbase Java SDK 3.1.0
During performance test, I keep getting below warning:
WARN [com.cou.tracing] (cb-events) [com.couchbase.tracing][OverThresholdRequestsRecordedEvent][10s] Requests over Threshold found: [{“top”:[{“operation_name”:“QueryRequest”,“last_local_address”:“xxx:58144”,“last_remote_address”:“xxx:8093”,“last_dispatch_us”:2697439,“last_operation_id”:“4bf1dbac-23d4-48ec-88fc-f805c7090ebf”,“total_us”:2697826},{“operation_name”:“QueryRequest”,“last_local_address”:“10.130.3.7:58146”,“last_remote_address”:“xxx:8093”,“last_dispatch_us”:2604224,“last_operation_id”:“6881a88e-7ef1-4a58-b4d0-509a50faf9a1”,“total_us”:2604594}],“service”:“query”,“count”:2}]
Is there any idea why I keep getting this warning?
How to solve this?
Thanks