Thanks for opening the ticket. I will follow it.
I guess what I was saying is that our code is not requesting a list of buckets anywhere, and that all we are doing is fairly simple KV operations. Because our code is not referenced at all in the stacktrace, I didn’t know if/where something that we were doing was causing the problem.
I’m sure you’re right that it is in the Management API, which I was unaware of before this post.
I will say that I’ve noticed that when our service is running (it runs in k8s and is monitored by healthchecks), there is a high value for ops/sec being registered in the Couchbase console (~10,000). These operations are not, to my knowledge, any of our business code as very little work is getting done due to the problem. Eventually the service fails and the operations stop.
I will also add that we do use Couchbase.Transactions in our code. I don’t know if that might be relevant, but I’ll let it be known anyway.