Skip to content
New issue

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

Server crash - panic: not implemented #5856

Closed
tejohnso opened this issue Jul 2, 2016 · 1 comment
Closed

Server crash - panic: not implemented #5856

tejohnso opened this issue Jul 2, 2016 · 1 comment
Labels

Comments

@tejohnso
Copy link

tejohnso commented Jul 2, 2016

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

@xiang90
Copy link
Contributor

xiang90 commented Jul 2, 2016

will fix shortly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants