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

In etcd at least, waitLock() ignores an action #176

Open
debedb opened this issue Aug 3, 2017 · 1 comment
Open

In etcd at least, waitLock() ignores an action #176

debedb opened this issue Aug 3, 2017 · 1 comment

Comments

@debedb
Copy link

debedb commented Aug 3, 2017

In etcd at least, waitLock(), in checking for an action to send "free" on, does not account for compareAndDelete action which is what results from a Delete with a modified index. Hence, Unlock doesn't often work.

debedb added a commit to debedb/libkv that referenced this issue Aug 3, 2017
2. Fixes docker#177
3. Allows for an env var to override default etcd endpoint for testing
abronan pushed a commit to abronan/libkv that referenced this issue Aug 12, 2017
2. Fixes docker#177
3. Allows for an env var to override default etcd endpoint for testing
@jlhawn
Copy link
Contributor

jlhawn commented Dec 19, 2017

This is fixed by #186

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