Anthony Romano
|
a001651bc1
|
clientv3: remove dependency on lease package
|
2016-03-17 11:52:34 -07:00 |
|
Anthony Romano
|
bc37a32062
|
clientv3/concurrency: software transactional memory
Repeatable read and serialized read STM implementations.
|
2016-03-16 11:23:06 -07:00 |
|
Anthony Romano
|
39109b8b53
|
contrib/recipes: fix nil dereferences on error paths
|
2016-03-04 00:38:35 -08:00 |
|
Anthony Romano
|
3327858a54
|
clientv3/concurrency: move election recipe into clientv3
|
2016-03-03 00:22:19 -08:00 |
|
Anthony Romano
|
3e57bbf317
|
clientv3: use default client kv
|
2016-02-25 18:13:26 -08:00 |
|
Anthony Romano
|
d430c7baf7
|
clientv3: use default client watcher
|
2016-02-25 18:13:26 -08:00 |
|
Anthony Romano
|
d4b2044eb1
|
clientv3/concurrency: Mutex
|
2016-02-24 17:23:40 -08:00 |
|
Anthony Romano
|
20b4336cdb
|
clientv3/concurrency: Session
A client may bind itself to a session lease to signal its
continued in participation with the cluster.
|
2016-02-24 16:40:16 -08:00 |
|
Gyu-Ho Lee
|
8f7948641c
|
contrib/recipes: replace WatchPrefix with Watch
|
2016-02-23 20:02:24 -08:00 |
|
Anthony Romano
|
3bb3351ca0
|
contrib/recipes: use clientv3 kv API
|
2016-02-21 14:43:41 -08:00 |
|
Anthony Romano
|
16420cfe63
|
contrib/recipes: use clientv3 lease API
|
2016-02-21 14:43:41 -08:00 |
|
Anthony Romano
|
936e991f9f
|
contrib/recipes: use clientv3 watcher API
|
2016-02-21 00:10:58 -08:00 |
|
Anthony Romano
|
0f7f375043
|
contrib/recipes: fix revision race in double barrier
current kv revision might be ahead of ready put event; watch using key's mod
revision instead.
Fixes #4425
|
2016-02-13 11:57:12 -08:00 |
|
Anthony Romano
|
20461ab11a
|
*: fix many typos
|
2016-01-31 21:42:39 -08:00 |
|
Anthony Romano
|
6f0cc54541
|
contrib/recipes: add election and double barrier recipes
these recipes rely on leases so they weren't included in the last batch
|
2016-01-27 15:44:51 -08:00 |
|
Anthony Romano
|
56fce9f386
|
contrib/recipes, integration: use clientv3
updating both together since there's a circular dependency
|
2016-01-27 14:37:51 -08:00 |
|
Gyu-Ho Lee
|
a0a142f3e7
|
contrib/recipes: update gRPC, proto interface
|
2016-01-26 17:41:35 -08:00 |
|
Anthony Romano
|
b07900ae03
|
contrib: v3 recipes
Concurrency recipes using the V3 API (sans leases).
|
2016-01-22 13:46:22 -08:00 |
|