Getting the below error occasionally while fetching data from Couchbase. Hosted in Kubernetes having 4 server nodes.
Couchbase version: 6.6.0
Clouchbase .net client lib : 3.0.7
at System.Net.Http.HttpConnection.SendAsyncCore(HttpRequestMessage request, CancellationToken cancellationToken) Couchbase.Core.Exceptions.RequestCanceledException: The query was canceled.
at System.Net.Http.HttpConnection.SendAsyncCore(HttpRequestMessage request, CancellationToken cancellationToken)
at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)
at Couchbase.Query.QueryClient.ExecuteQuery[T](QueryOptions options, ITypeSerializer serializer, IInternalSpan span)
Can you provide more information about your setup such as where Client SDK’s are running in the same Kubernetes cluster or outside? size of worker nodes, pod specification, etc.
Can you create a JIRA issue under Loading... so we can investigate " RequestCanceledException"