-
Notifications
You must be signed in to change notification settings - Fork 183
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
locking with python3-etcd3 0.12.0 on etcd 3.4.23 fails? #2149
Comments
I'm also getting the same error when I try to use
|
@kragniz would you mind publishing the library again please considering that the changes in the master branch seem to fix this issue? |
Can a new version of the newly added MR be released? |
Is this issue resolved yet? I am still hitting the same issue when using 0.12.0, and this issue exists in 0.11.0, 0.10.0, and directly taking dependency on master branch in production use cases is something I'd only take as the last resort. @kragniz, can you or other maintainers release a new package version with the fix? Thank you! |
I'm using a test cluster of three etcd nodes running etcd version 3.4.23.
When using python
etcd3==0.12.0
my attempts to test etcd3 locks (see test_lock.txt) across multiple processes blows up, with different errors depending on which version of tenacity I'm using. With the following:I get the error:
and with a lower version of tenacity:
I get the error
Installing python-etcd3 from the master branch (using
pip install git+https://github.com/kragniz/python-etcd3
) appears to resolve the issue, so:appears to work fine:
The text was updated successfully, but these errors were encountered: