lzhfromustc
|
8194aa3f03
Fixed a missing block bug
|
5 years ago |
Gyuho Lee
|
34bd797e67
*: revert module import paths
|
5 years ago |
shivaramr
|
9150bf52d6
go modules: Fix module path version to include version number
|
5 years ago |
Sahdev P. Zala
|
b25edb62cc
clientV3watch: Watch Close should close successfully
|
5 years ago |
Shin'ya Ueoka
|
aa4313a55a
*: fix github links
|
6 years ago |
Xiang Li
|
ec5ff10436
Merge pull request #10019 from thrawn01/grpc-proxy-watch-errors
|
6 years ago |
Gyuho Lee
|
2ac04381a2
clientv3: update Go import paths to "go.etcd.io"
|
6 years ago |
Derrick J. Wippler
|
eb9c8d3c2f
clientv3: return reason to user when server cancels watch
|
6 years ago |
Joe Betz
|
4b51b6de49
*: Add progress notify request watch request
|
6 years ago |
Gyuho Lee
|
11ead62b9d
clientv3: clarify "WithRequireLeader" for network partition
|
6 years ago |
Jordan Liggitt
|
d1579c95a2
clientv3: backoff on reestablishing watches when Unavailable errors are encountered
|
6 years ago |
Gyuho Lee
|
d2c8408216
clientv3: support watch events fragmentation
|
6 years ago |
Gyuho Lee
|
8a518b01c4
*: revert "internal/mvcc" change
|
6 years ago |
Gyuho Lee
|
80d15948bc
*: move "mvcc" to "internal/mvcc"
|
6 years ago |
Gyuho Lee
|
31c2d4b0a2
clientv3: document possible memory pile-up in Watch
|
6 years ago |
Gyuho Lee
|
10522f88f5
clientv3: handle non -1 watch ID on cancellation
|
6 years ago |
Gyuho Lee
|
f6f3a9ca69
clientv3: document context to "Watch" API
|
7 years ago |
Gyuho Lee
|
497412c588
clientv3: call other APIs with default gRPC call options
|
7 years ago |
Gyu-Ho Lee
|
5d98710b2e
api/v3rpc: deprecate grpc.Errorf
|
7 years ago |
Gyu-Ho Lee
|
1fa60c9882
clientv3: add TODO for watch retry
|
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 |
Anthony Romano
|
1c75c383a1
clientv3: use FromOutgoingContext to bucket watches
|
7 years ago |
Anthony Romano
|
318caeee7e
clientv3: return CompactRevision wresp when set with Canceled
|
7 years ago |
Anthony Romano
|
13d9438cf9
clientv3: clarify Watch close conditions
|
7 years ago |
fanmin shi
|
762b2c625c
clientv3: change watchGrpcStream Close() to close()
|
7 years ago |
Hitoshi Mitake
|
939912c425
clientv3, etcdserver: support auth in Watch()
|
7 years ago |
Anthony Romano
|
ca4acceb1e
clientv3: set current revision to create rev regardless of CreateNotify
|
7 years ago |
Anthony Romano
|
4ab818a856
clientv3: only update initReq.rev == 0 with creation watch revision
|
7 years ago |
Anthony Romano
|
aab2eda7df
clientv3: register waitCancelSubstreams closingc goroutine with waitgroup
|
7 years ago |