You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I will start implementing a kind of back pressure feature in the near future.
The reason for doing this is that in error scenarioes where a couchbase node is done or not responding it can cause my entire application to become unresponsive. My current debugging efforts shows that it is caused by excessive garbage collection which is happening because a lot of operations has queued up and requests just keeps coming from the load balancer.
Would you be interested in adding this feature to the driver as a kind of optional feature. I would off course maintain it for the future or do you think it is a kind of feature creep?
The text was updated successfully, but these errors were encountered:
I will start implementing a kind of back pressure feature in the near future.
The reason for doing this is that in error scenarioes where a couchbase node is done or not responding it can cause my entire application to become unresponsive. My current debugging efforts shows that it is caused by excessive garbage collection which is happening because a lot of operations has queued up and requests just keeps coming from the load balancer.
Would you be interested in adding this feature to the driver as a kind of optional feature. I would off course maintain it for the future or do you think it is a kind of feature creep?
The text was updated successfully, but these errors were encountered: