https://github.com/etcd-io/etcd
Revision 39d307572e2525fee5cc051373bf46b56edfd977 authored by Xiang Li on 09 March 2016, 17:55:49 UTC, committed by Xiang Li on 09 March 2016, 17:55:52 UTC
Fix https://github.com/coreos/etcd/issues/4730.

Previously we put keys async and there might be a race when
the watch triggers before the put receives the response. When that
happens, put might fails to get the response since we shutdown the server
when watch triggers.
1 parent 86e43b4
History
Tip revision: 39d307572e2525fee5cc051373bf46b56edfd977 authored by Xiang Li on 09 March 2016, 17:55:49 UTC
integration: fix TestV3WatchFutureRevision
Tip revision: 39d3075
File Mode Size
Documentation
Godeps
client
clientv3
compactor
contrib
discovery
e2e
error
etcdctl
etcdctlv3
etcdmain
etcdserver
hack
integration
lease
logos
pkg
proxy
raft
rafthttp
scripts
snap
storage
store
tools
version
wal
.dockerignore -rw-r--r-- 5 bytes
.gitignore -rw-r--r-- 142 bytes
.godir -rw-r--r-- 23 bytes
.header -rw-r--r-- 589 bytes
.travis.yml -rw-r--r-- 270 bytes
CONTRIBUTING.md -rw-r--r-- 2.5 KB
DCO -rw-r--r-- 1.4 KB
Dockerfile -rw-r--r-- 47 bytes
LICENSE -rw-r--r-- 11.1 KB
MAINTAINERS -rw-r--r-- 191 bytes
NOTICE -rw-r--r-- 126 bytes
Procfile -rw-r--r-- 1.5 KB
README.md -rw-r--r-- 6.1 KB
ROADMAP.md -rw-r--r-- 1.8 KB
V3DemoProcfile -rw-r--r-- 1.8 KB
build -rwxr-xr-x 943 bytes
build.bat -rw-r--r-- 941 bytes
cover -rwxr-xr-x 638 bytes
main.go -rw-r--r-- 1.1 KB
test -rwxr-xr-x 3.4 KB

README.md

back to top