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

Waits forever on etcd when using etcd 3.4 #127

Open
tmccombs opened this issue Apr 19, 2020 · 1 comment
Open

Waits forever on etcd when using etcd 3.4 #127

tmccombs opened this issue Apr 19, 2020 · 1 comment

Comments

@tmccombs
Copy link

With etcd 3.4.7 the expected line "ready to serve client requests" never appears.

Instead it has the following lines:

2020-04-18 23:52:59.873615 I | embed: ready to serve client requests
2020-04-18 23:52:59.875402 N | embed: serving insecure client requests on 127.0.0.1:2379, this is strongly discouraged!

Is there a reason that etcd uses wait_for_line instead of wait_for_port? It seems like the latter would be more stable.

@stephenfin
Copy link

This was fixed in #135 but that hasn't been released yet 😞

kragniz added a commit to kragniz/python-etcd3 that referenced this issue Apr 22, 2024
jd/pifpaf#127 stops us from using this.
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

2 participants