etcd/clientv3/concurrency
Anthony Romano 22797c7185 clientv3/concurrency: use session lease id for mutex keys
With randomized keys, if the connection goes down, but the session remains,
the client would need complicated recovery logic to avoid deadlock.
Instead, bind the session's lease id to the lock entry; if a session tries
to reacquire the lock it will reassume its old place in the wait list.
2016-04-26 17:37:26 -07:00
..
2016-03-18 16:34:58 -07:00
2016-04-25 15:25:51 -07:00
2016-04-25 15:25:51 -07:00
2016-04-07 12:28:14 -07:00
2016-03-22 17:10:28 -07:00