Hi @jmorris
I set minimum level to debug and reproduced the issue. Here is the logs:
[00:13:14 DBG] Waiting for 00:00:02.5000000 before polling.
[00:13:14 INF] There was an error attempting to resolve hosts using DNS-SRV - Non-Existent Domain
[00:13:14 DBG] Bootstrapping with node 127.0.0.1
[00:13:14 DBG] Setting TCP Keep-Alives using SocketOptions - enable keep-alives True, time 00:01:00, interval 00:00:01.
[00:13:14 DBG] Setting TCP Keep-Alives using SocketOptions - enable keep-alives True, time 00:01:00, interval 00:00:01.
[00:13:14 DBG] Starting connection initialization on server 127.0.0.1:11210.
[00:13:14 DBG] Starting connection initialization on server 127.0.0.1:11210.
[00:13:14 DBG] Executing op Helo on 127.0.0.1:11210 with key {"i":"c6f2bd4c8e33b939/0000000000000001","a":"couchbase-net-sdk/3.1.7.0 (clr/.NET 5.0.2) (os/Linux 4.4.0-186-generic #216-Ubuntu SMP Wed Jul 1 05:34:05 UTC 2020)"} and opaque 3.
[00:13:14 DBG] Executing op Helo on 127.0.0.1:11210 with key {"i":"c6f2bd4c8e33b939/0000000000000002","a":"couchbase-net-sdk/3.1.7.0 (clr/.NET 5.0.2) (os/Linux 4.4.0-186-generic #216-Ubuntu SMP Wed Jul 1 05:34:05 UTC 2020)"} and opaque 4.
[00:13:14 DBG] Completed executing op 127.0.0.1:11210 on Helo with key {"i":"c6f2bd4c8e33b939/0000000000000001","a":"couchbase-net-sdk/3.1.7.0 (clr/.NET 5.0.2) (os/Linux 4.4.0-186-generic #216-Ubuntu SMP Wed Jul 1 05:34:05 UTC 2020)"} and opaque 3
[00:13:14 DBG] Completed executing op 127.0.0.1:11210 on Helo with key {"i":"c6f2bd4c8e33b939/0000000000000002","a":"couchbase-net-sdk/3.1.7.0 (clr/.NET 5.0.2) (os/Linux 4.4.0-186-generic #216-Ubuntu SMP Wed Jul 1 05:34:05 UTC 2020)"} and opaque 4
[00:13:14 DBG] Executing op GetErrorMap on 127.0.0.1:11210 with key and opaque 6.
[00:13:14 DBG] Executing op GetErrorMap on 127.0.0.1:11210 with key and opaque 8.
[00:13:14 DBG] Completed executing op 127.0.0.1:11210 on GetErrorMap with key and opaque 8
[00:13:14 DBG] Completed executing op 127.0.0.1:11210 on GetErrorMap with key and opaque 6
[00:13:14 INF] v=IzisxXr8CvxGOUOef/8hE0x+X/o=
[00:13:14 DBG] Connection for 127.0.0.1:11210 has been started.
[00:13:14 INF] v=uDdQVz0PolXt+4ehaxeNSb4rcvE=
[00:13:14 DBG] Connection for 127.0.0.1:11210 has been started.
[00:13:14 DBG] Starting connection pool monitor on 127.0.0.1:11210, idle timeout 00:01:00, back pressure threshold 8
[00:13:14 DBG] Connection pool for 127.0.0.1:11210 initialized with 2 connections.
[00:13:14 DBG] Executing op GetClusterConfig on 127.0.0.1:11210 with key and opaque 14.
[00:13:14 DBG] Completed executing op 127.0.0.1:11210 on GetClusterConfig with key and opaque 14
[00:13:14 INF] NetworkResolution [default] using default 127.0.0.1
[00:13:14 DBG] Adding node 127.0.0.1:11210 to [].
[00:13:14 DBG] Added node 127.0.0.1:11210 to ["127.0.0.1:11210-af7f1cf8-ebb6-4282-a7d2-0de75e583145"]
[00:13:14 INF] Enabling Enhanced Prepared Statements
[00:13:14 DBG] Executing op SelectBucket on 127.0.0.1:11210 with key PurchaseOrderItemDrafts and opaque 15.
[00:13:14 DBG] Executing op SelectBucket on 127.0.0.1:11210 with key PurchaseOrderItemDrafts and opaque 16.
[00:13:14 DBG] Server 127.0.0.1:11210 returned KeyNotFound for op SelectBucket with key PurchaseOrderItemDrafts and opaque 16.
[00:13:14 DBG] Server 127.0.0.1:11210 returned KeyNotFound for op SelectBucket with key PurchaseOrderItemDrafts and opaque 15.
[00:13:14 DBG] Op failed: Couchbase.Core.IO.Operations.Authentication.SelectBucket
Couchbase.Core.Exceptions.KeyValue.DocumentNotFoundException: Exception of type 'Couchbase.Core.Exceptions.KeyValue.DocumentNotFoundException' was thrown.
at Couchbase.Core.ClusterNode.ExecuteOp(Func`4 sender, IOperation op, Object state, CancellationTokenPair tokenPair)
-----------------------Context Info---------------------------
{"DispatchedFrom":null,"DispatchedTo":null,"DocumentKey":"PurchaseOrderItemDrafts","ClientContextId":"16","Cas":0,"Status":1,"BucketName":null,"CollectionName":null,"ScopeName":null,"Message":"KV Error: {Name=\"KEY_ENOENT\", Description=\"Not Found\", Attributes=\"item-only\"}","OpCode":"SelectBucket"}
[00:13:14 DBG] Op failed: Couchbase.Core.IO.Operations.Authentication.SelectBucket
Couchbase.Core.Exceptions.KeyValue.DocumentNotFoundException: Exception of type 'Couchbase.Core.Exceptions.KeyValue.DocumentNotFoundException' was thrown.
at Couchbase.Core.ClusterNode.ExecuteOp(Func`4 sender, IOperation op, Object state, CancellationTokenPair tokenPair)
-----------------------Context Info---------------------------
{"DispatchedFrom":null,"DispatchedTo":null,"DocumentKey":"PurchaseOrderItemDrafts","ClientContextId":"15","Cas":0,"Status":1,"BucketName":null,"CollectionName":null,"ScopeName":null,"Message":"KV Error: {Name=\"KEY_ENOENT\", Description=\"Not Found\", Attributes=\"item-only\"}","OpCode":"SelectBucket"}
[00:13:14 ERR] The Bucket [PurchaseOrderItemDrafts] could not be selected. Either it does not exist, is unavailable or the node itself does not have the Data service enabled.
[00:13:14 ERR] The Bucket [PurchaseOrderItemDrafts] could not be selected. Either it does not exist, is unavailable or the node itself does not have the Data service enabled.
[00:14:44 DBG] Connection for 127.0.0.1:11210 could not be started.
[00:14:44 DBG] ExistingEndpoints: ["127.0.0.1:11210"], revision 24.
[00:14:44 DBG] RemovedEndpoints: [], revision 24
[00:14:44 DBG] Fetching scope _default
Getting logs for current test failure.
System.NotSupportedException: Only the default Scope is supported by Memcached Buckets
at Couchbase.MemcachedBucket.get_Item(String scopeName)
at Couchbase.MemcachedBucket.Scope(String scopeName)
at Couchbase.Core.BucketBase.ScopeAsync(String scopeName)
at Couchbase.Core.BucketBase.DefaultScopeAsync()
at Couchbase.Core.BucketBase.CollectionAsync(String collectionName)
Thank you,
Dogac