mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
kv.commit updates the consistent index in backend. When executing in parallel with apply, it might grab tx lock after apply update the consistent index and before apply starts to execute the opeartion. If the server dies right after kv.commit, the consistent is updated but the opeartion is not executed. If we restart etcd server, etcd will skip the operation. :( There are a few other places that we need to take care of, but let us fix this first.
44 KiB
44 KiB