Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
None
-
None
-
None
Description
Caused by this change: https://github.com/couchbase/couchbase-net-client/commit/55f05bb65a075766fb5493386315178b6a4840cb
CouchbaseRequestExecutor.RetryQueryEveryAsync retry behaviour does not use QueryClient.CheckRetry where query retry logic is located.
My mistake in re-adding CheckRetry and retrying directly in QueryClient. The intent was to use CouchbaseRequestExecutor for retry behaviour.