We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Empty object on a watch command brings down the server.
Running etcd Version: 3.0.1 from fresh download:
curl -L http://localhost:2379/v3alpha/watch -d "{}"
panic: not implemented goroutine 211 [running]: panic(0xd44e00, 0xc821147220) /usr/local/go/src/runtime/panic.go:481 +0x3e6 github.com/coreos/etcd/cmd/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc.(_serverWatchStream).recvLoop(0xc8201916c0, 0x0, 0x0) /home/gyuho/go/src/github.com/coreos/etcd/cmd/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc/watch.go:204 +0x940 github.com/coreos/etcd/cmd/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc.(_watchServer).Watch.func2(0xc8211682a0, 0xc8201916c0) /home/gyuho/go/src/github.com/coreos/etcd/cmd/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc/watch.go:126 +0x21 created by github.com/coreos/etcd/cmd/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc.(*watchServer).Watch /home/gyuho/go/src/github.com/coreos/etcd/cmd/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc/watch.go:126 +0x26d
panic: not implemented
goroutine 211 [running]: panic(0xd44e00, 0xc821147220) /usr/local/go/src/runtime/panic.go:481 +0x3e6 github.com/coreos/etcd/cmd/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc.(_serverWatchStream).recvLoop(0xc8201916c0, 0x0, 0x0) /home/gyuho/go/src/github.com/coreos/etcd/cmd/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc/watch.go:204 +0x940 github.com/coreos/etcd/cmd/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc.(_watchServer).Watch.func2(0xc8211682a0, 0xc8201916c0) /home/gyuho/go/src/github.com/coreos/etcd/cmd/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc/watch.go:126 +0x21 created by github.com/coreos/etcd/cmd/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc.(*watchServer).Watch /home/gyuho/go/src/github.com/coreos/etcd/cmd/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc/watch.go:126 +0x26d
The text was updated successfully, but these errors were encountered:
will fix shortly
Sorry, something went wrong.
No branches or pull requests
Empty object on a watch command brings down the server.
Running etcd Version: 3.0.1 from fresh download:
curl -L http://localhost:2379/v3alpha/watch -d "{}"
The text was updated successfully, but these errors were encountered: