Hi,
I have a nomad cluster with three servers and 1k clients. And when requesting nomad server to get all nodes in cluster periodically, I always get response error: EOF
or connection reset by peer
.
My nomad sdk client is initialized by nomadapi.DefaultConfig()
. So what’s the problem in my usecase?
The detail error message like this:
Get \“http://{nomad_server_host}:4646/v1/nodes?\”: EOF
or
Get “http://{nomad_server_host}:4646/v1/nodes”: read tcp 192.168.14.216:48812->192.168.223.37:4646: read: connection reset by peer