We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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(), 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.
waitLock()
compareAndDelete
The text was updated successfully, but these errors were encountered:
1. Fixes docker#176
ee988d3
2. Fixes docker#177 3. Allows for an env var to override default etcd endpoint for testing
327f94c
This is fixed by #186
Sorry, something went wrong.
No branches or pull requests
In etcd at least,
waitLock()
, in checking for an action to send "free" on, does not account forcompareAndDelete
action which is what results from a Delete with a modified index. Hence, Unlock doesn't often work.The text was updated successfully, but these errors were encountered: