-
Notifications
You must be signed in to change notification settings - Fork 9.8k
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
Negative TTL problem on macOS [etcd v2.3.7] #7132
Comments
@Bplotka Can you build from source with go 1.7.2 on Darwin 16.3.0? See if it solves the problem? |
@Bplotka I think you might meet this issue golang/go#16570 |
@Bplotka Kindly ping. |
Sorry for delayed response.. I am using Linux & Windows, so had to find volunteer with this version of macOS who could help me to test it (thanks @joshpmcghee). When built from source with the both go Is there any way to rebuild it on your side and provide working binary out-of-the-box? |
I do not think we are going to re-build ALL previous released versions of etcd with go 1.7. But we might release a new etcd 2.3.x version sometime next week that built with go 1.7. Closing this issue since we confirmed this is a go runtime problem. |
Thanks, waiting for next 2.3.x version then (: |
Simple TTL usage with single local
etcd
does not work on the newest macOS version. Works for every Linux distro I tested, though. Only valid foretcd v2.3.7
. Olderv2.3.6
seems to work. Darwin build for2.3.7
is somehow malformed?System:
Steps to reproduce:
On macOS machine:
date
cmd to show that the clocks are synced.Any ideas?
The text was updated successfully, but these errors were encountered: