Hi I am using the latest client version 3.1.1.
I decided to hot upgrade couchbase server from 6.6.0 to 6.6.1.
I have 3 server node cluster, first i add one new node and everything was ok, then I upgraded node by node with failover mode. When I removed (failover node) i was getting this type of errors
Couchbase error message: The operation 3414384/3414384 timed out after 00:00:30. It was retried 34 times using Couchbase.Core.Retry.BestEffortRetryStrategy. stack: at Couchbase.Core.Retry.RetryOrchestrator.ThrowTimeoutException(IOperation operation, Nullable`1 timeout)
at Couchbase.Core.Retry.RetryOrchestrator.RetryAsync(BucketBase bucket, IOperation operation, CancellationToken token)
at Couchbase.KeyValue.CouchbaseCollection.GetAsync(String id, GetOptions options)
at Shared.CouchbaseClient.CouchbaseClient.GetWithCasAsync[T](String key, Boolean returnObject) in /home/ubuntu/workspace/4O_Backend/src/Lib.Shared/CouchbaseClient/CouchbaseClient.cs:line 475 bucket name: Failed to get document by key: objRevs:ABbvhs5TeJHsEv06QsQOIZlpapg0T
When I upgraded all nodes i got this type of errors
Couchbase error message: Cannot access a disposed object.
Object name: ‘DataFlowConnectionPool’. stack: at Couchbase.Utils.ThrowHelper.ThrowObjectDisposedException(String objectName)
at Couchbase.Core.IO.Connections.DataFlow.DataFlowConnectionPool.SendAsync(IOperation operation, CancellationToken cancellationToken)
at Couchbase.Core.ClusterNode.<>c.b__120_0(IOperation op2, Object state, CancellationToken effectiveToken)
at Couchbase.Core.ClusterNode.ExecuteOp(Func`4 sender, IOperation op, Object state, CancellationToken token)
at Couchbase.Core.Retry.RetryOrchestrator.RetryAsync(BucketBase bucket, IOperation operation, CancellationToken token)
at Couchbase.KeyValue.CouchbaseCollection.GetAsync(String id, GetOptions options)
at Shared.CouchbaseClient.CouchbaseClient.GetWithCasAsync[T](String key, Boolean returnObject) in /home/ubuntu/workspace/4O_Backend/src/Lib.Shared/CouchbaseClient/CouchbaseClient.cs:line 475 bucket name: Failed to get document by key: objChg:ABbvd6kOlhoFcTk-nPbfEfi_IwA0T:1
With previous version i havent this problems when i was upgrading servers. I will downgrade version and let you know if old version (3.0.7) works