Transactions CPU Memory Overuse

Hello,
When we are using Transactions, after a while resources of Pods and Couchbase’s are increasing and we are getting starting to get errors. When we thread profile our application, we saw something like this, do you have any idea about it?

Couchbase Version: 6.6.2
Transaction Nuget Version: 1.0.0-beta.2
CouchbaseNetClient: 3.1.3

Thank you.

1 Like

Hi @mehmet.firat.komurcu. That looks like the background cleanup thread is causing some problems.

Transactions NuGet 1.0.0 is released. Can you try updating to that?

1 Like

Hi @Richard_Ponton, I think we found the problem. Transactions object is not singleton in our app, we fixed it and there is no problem left. Thank you for your help.