mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00

If the txn comparison block makes claims about a key's current state, then it may say a key has been updated. Future range/txn operations may expect this update to eventually be propagated through the cluster and show up in serialized requests. To avoid spinning forever on txn/serialized range loops, invalidate the comparison keys.