docker / libkv

Distributed key/value store abstraction library
Apache License 2.0
854 stars 205 forks source link

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

Open debedb opened 7 years ago

debedb commented 7 years ago

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.

jlhawn commented 6 years ago

This is fixed by #186