-
Notifications
You must be signed in to change notification settings - Fork 9.9k
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
etcd 2.3.0 does not print anything #4993
Comments
Recent images of etcd were built with acbuild. Maybe it's related? It might not be a bug in etcd then... |
This works with rkt 1.0.0, but no output with rkt 1.3.0 |
@alban Shall we close this at etcd side? I feel this is probably a regression on rkt, given the fact rkt 1.0 works. We would like to look into this if you believe this is something that etcd needs to resolve. |
@xiang90 ok, I filed rkt/rkt#2417 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
rkt starts etcd but it does not print anything. Same issue with v2.3.1.
Strace says that it is waiting on
epoll_wait(4,
When trying with an older version (coreos.com/etcd:v2.0.10), it successfully prints the usual output:
Is there something preventing etcd from printing its usual output?
/cc @jonboulle
The text was updated successfully, but these errors were encountered: