You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As with all distributed systems, it is impossible for etcd to ensure strict consistency. etcd does not guarantee that it will return to a read the “most recent” value (as measured by a wall clock when a request is completed) available on any cluster member.
If you happen to create a key on some node X and immediately do recursive read on another node Y, it's entirely possible for the key not to be there.
python-etcd/src/etcd/lock.py
Line 176 in b227f49
The text was updated successfully, but these errors were encountered: