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
Consul version: Consul v1.9.0
Consul Cluster Node Total: 2w+
Consul Server Total: 5
8.219.x.x This node is unhealthy on Consul console, and this machine has not been deleted by Consul for several days, then I plan to call consul api to delete it. But the curl command keeps sticking (calling other consul server nodes for deregister operations doesn't stick)
deregister command curl --header X-Consul-Token:2a825e81-b249-433d-a22e-xxxxx --request PUT http://172.31.x.x:8500/v1/agent/service/deregister/tpn,tpn_adx_micro,fk_tpn_adx_micro,8.209.x.x,heartbeat
The node 8.219.x.x is currently registered on the node 172.31.x.x , i login the node 172.31.x.x and use grep command to view some data of 8.219.x.x, and find that 8.219.x.x displays "passing" in consul data, Is this a Bug?
Consul version: Consul v1.9.0
Consul Cluster Node Total: 2w+
Consul Server Total: 5
8.219.x.x This node is unhealthy on Consul console, and this machine has not been deleted by Consul for several days, then I plan to call consul api to delete it. But the curl command keeps sticking (calling other consul server nodes for deregister operations doesn't stick)
deregister command
curl --header X-Consul-Token:2a825e81-b249-433d-a22e-xxxxx --request PUT http://172.31.x.x:8500/v1/agent/service/deregister/tpn,tpn_adx_micro,fk_tpn_adx_micro,8.209.x.x,heartbeat
The node 8.219.x.x is currently registered on the node 172.31.x.x , i login the node 172.31.x.x and use grep command to view some data of 8.219.x.x, and find that 8.219.x.x displays "passing" in consul data, Is this a Bug?
use this code to register to consul cluster
The text was updated successfully, but these errors were encountered: