Gyuho Lee
|
fbc0510a4e
clientv3: fix keepalive send interval when response queue is full
|
6 years ago |
Gyuho Lee
|
497412c588
clientv3: call other APIs with default gRPC call options
|
7 years ago |
Gyuho Lee
|
3e58dd707f
clientv3: document lease KeepAlive streaming errors
|
7 years ago |
Anthony Romano
|
da3e3b7240
clientv3: document from "don't halt lease client if there is a lease error"
|
7 years ago |
Sam Batschelet
|
a5d9bff24c
clientv3/lease.go: TTL, document expired Lease.
|
7 years ago |
Gyu-Ho Lee
|
29aa4ce2a1
clientv3: remove redundant retries in Lease, set FailFast=true
|
7 years ago |
Gyu-Ho Lee
|
f65aee0759
*: replace 'golang.org/x/net/context' with 'context'
|
7 years ago |
Anthony Romano
|
2d0eec0b35
clientv3: goword spelling check
|
7 years ago |
Gyu-Ho Lee
|
15ef98a4ee
clientv3: implement LeaseLeases API
|
7 years ago |
Gyu-Ho Lee
|
5e059fd8dc
*: use metadata Incoming/OutgoingContext
|
7 years ago |
fanmin shi
|
4dff7aaa2a
clientv3: change keepAlive Close() to close()
|
7 years ago |
Iwasaki Yudai
|
aa85b0cea7
clientv3: Do no stop keep alive loop by server side errors
|
7 years ago |
Anthony Romano
|
6dd8fb6f24
Revert "Merge pull request #7732 from heyitsanthony/lease-err-ka"
|
7 years ago |
Anthony Romano
|
d5f414f69b
clientv3: don't halt lease client if there is a lease error
|
7 years ago |
Anthony Romano
|
8024a0d15f
clientv3: support WithRequireLeader in lease client
|
7 years ago |
Anthony Romano
|
3c306cdb3e
clientv3: do not set next keepalive time <= now+TTL
|
7 years ago |
fanmin shi
|
a5cf7fdc87
Merge pull request #7221 from fanminshi/grpcproxy_support_lease_coalescing
|
7 years ago |
Xiang
|
4fb8d30f0a
clientv3: fix lease keepalive duration
|
7 years ago |
Xiang Li
|
5d3597a5f2
Merge pull request #7338 from xiang90/fix_l
|
7 years ago |
fanmin shi
|
65b59f4423
grpcproxy: incorporate lease proxy into existing proxy framework
|
7 years ago |
Xiang
|
4274db46f2
clientv3: fix lease keepalive duration
|
7 years ago |
fanmin shi
|
8cb5e05fc9
clientv3: KeepAliveOnce returns ErrLeaseNotFound if TTL <= 0
|
7 years ago |
Anthony Romano
|
cf5cc18f02
Merge pull request #7286 from heyitsanthony/lease-snip-cancel-stop
|
7 years ago |
Anthony Romano
|
a213b3abf5
clientv3: remove cancelWhenStop from lease implementation
|
7 years ago |
Anthony Romano
|
a9f10bdeee
clientv3: only start lease stream after first keepalive call
|
7 years ago |
fanmin shi
|
720234d32b
clientv3: sends keepalive reqs immediately after lease keep alive stream reset
|
7 years ago |
Anthony Romano
|
5e3b20e70c
clientv3: don't reset stream on keepaliveonce or revoke failure
|
7 years ago |
Anthony Romano
|
a375e91c66
clientv3: don't reset keepalive stream on grant failure
|
8 years ago |
Denys Smirnov
|
b126e31132
clientv3: better error message for keep alive loop halt
|
8 years ago |
Denys Smirnov
|
e0bcd4d516
clientv3: return error from KeepAlive if corresponding loop exits
|
8 years ago |