etcd/clientv3/concurrency
Anthony Romano b206afc4a7 concurrency: fix STM example to add to balance
Worked by coincidence; the txn would always retry and there
was a 1/10 chance it would pass by selecting the same to/from keys.
2017-08-22 19:39:22 -07:00
..
doc.go clientv3: update LICENSE header 2016-05-12 20:50:58 -07:00
election.go concurrency: use current revisions for election 2017-04-25 20:15:50 -07:00
example_election_test.go concurrency: add examples 2017-08-02 21:09:05 -07:00
example_mutex_test.go concurrency: add examples 2017-08-02 21:09:05 -07:00
example_stm_test.go concurrency: fix STM example to add to balance 2017-08-22 19:39:22 -07:00
key.go concurrency: support returning response header for mutex 2017-03-13 15:23:26 -07:00
main_test.go concurrency: add examples 2017-08-02 21:09:05 -07:00
mutex.go concurrency: fetch current lock holder when creating waitlist key 2017-06-15 11:29:34 -07:00
session.go Revert "Merge pull request #7732 from heyitsanthony/lease-err-ka" 2017-05-02 09:36:16 -07:00
stm.go concurrency: retry snapshot serializable stm if writes since first header rev 2017-08-22 19:39:22 -07:00