Hi, everyone. We used C# client of version 3.9.12. All of our services are hosted in Kubernetes (aerospike cluster and services which are working with aerospike). In case some of node is down we have the following problems:
- Big CPU increasing for all services which work with aerospike
- During some times requests continue send to this node(which is down). We know that this node proxies these requests to other nodes, but it is difficult to control for situations when we wants to make for example maintenance.
Could somebody help how to solve these problems ?