Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jump to the next node from nodelist in confd.toml in case of first node doesn't respond. #891

Open
DmitryProshenkov opened this issue Sep 27, 2024 · 0 comments

Comments

@DmitryProshenkov
Copy link

Hi,
I've high availability etcd cluster (three nodes).

confd checks etcd for change of some keys and reload configs as needed.

Please find below part of confd.toml:

backend = "etcdv3"
interval = 10
nodes = [
"node1:2379","node2:2379","node3:2379"
]
noop = false
scheme = "https"
watch = true

All working fine until node1 has failed. confd just stop working with error "FATAL dial tcp..."
Is this normal behavior?
I think that confd must move on to the next node in list.. And etc. in case of node2 failures...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant