docker / libkv

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

zookeeper GetW function seems has a atomic error #205

Open loading86 opened 5 years ago

loading86 commented 5 years ago

in this function, author calls client.GetW after Get, but there maybe some modifications to this key between this two operations, it is not atomic