-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Please try with a new etcd version: 3.5.x or 3.6.x. |
Beta Was this translation helpful? Give feedback.
-
|
Actually, the environment contains up to 8 NUMA nodes and 128 CPUs. After binding etcd to specific NUMA nodes, it stabilized and no longer experiences disconnections. If a scenario occurs where overall node resource usage is low, disk I/O utilization is minimal, network performance is good, and CPU usage is not high, but etcd performance remains unstable, you can try binding CPU cores. Additionally, referring to golang/go#28808, reducing the value of GOMAXPROCS can help stabilize etcd performance. |
Beta Was this translation helpful? Give feedback.

Actually, the environment contains up to 8 NUMA nodes and 128 CPUs. After binding etcd to specific NUMA nodes, it stabilized and no longer experiences disconnections. If a scenario occurs where overall node resource usage is low, disk I/O utilization is minimal, network performance is good, and CPU usage is not high, but etcd performance remains unstable, you can try binding CPU cores. Additionally, referring to golang/go#28808, reducing the value of GOMAXPROCS can help stabilize etcd performance.