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
Related to:
When a consul-agent collocated with registrator has died and a container was created on this same instance. We ended up with a corrupted registrator state that was registering phantom services to consul-cluster. Manual de-register was not helping as registrator was bringing phantom service back. Only recycling registrator on that instance helped.
Check internal - postmortem from 18.06.19.
Scenario 1:
registrator, consul-agent on one node
kill consul-agent
create container on that node
check if registrator internal state has been changed
start consul-agent
correct service should be registered with consul
Scenario 2:
registrator, consul-agent on one node
kill consul-agent
create container on that node
destroy container on that node
check if registrator internal state has been changed
start consul-agent
no service should be added to consul
The text was updated successfully, but these errors were encountered:
Related to:
When a
consul-agent
collocated withregistrator
has died and a container was created on this same instance. We ended up with a corruptedregistrator
state that was registeringphantom
services toconsul-cluster
. Manual de-register was not helping asregistrator
was bringingphantom
service back. Only recyclingregistrator
on that instance helped.Check internal - postmortem from 18.06.19.
Scenario 1:
Scenario 2:
The text was updated successfully, but these errors were encountered: