-
Notifications
You must be signed in to change notification settings - Fork 9.8k
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
etcdserver: http2Server.HandleStreams failed to read frame #7926
Comments
I am seeing a similar issue when I try to connect to etcd server, values are updated but I get this error. 2017-10-02 15:37:02.179455 I | etcdserver/api/v3rpc: transport: http2Server.HandleStreams failed to read frame: read tcp 127.0.0.1:2379->127.0.0.1:61736: wsarecv: An existing connection was forcibly closed by the remote host. |
Can someone verify if this is still the case on windows? |
we also run into this issue on RedHat 7.2 with ETCD V3.2.5 systemctl status etcd● etcd.service - Etcd Server Dec 21 14:15:50 bvnf-demo-oame-0 etcd[15143]: transport: http2Server.HandleStreams failed to read frame: read tcp 192.168.3.10:2379->192.168.3.11:55906: read: connection reset by peer |
Anyone fix this? I see the same error when trying to establish a lot of connections to an etcd cluster, on centOS, and can be reproduced stably. etcd 3.2.7 |
@SaranBalaji90 only on multi node, three for example, and single doesn't, during connecting. And it seems not to affect the connection. |
Is it only during bootstrap? Also if you take tcpdump it might help with debugging these issue. |
No, bootstrap is done already. Good idea, I'll try later. |
I met the same issue, found my etcdctl version is different from etcd. |
run on Linux server. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed after 21 days if no further activity occurs. Thank you for your contributions. |
Boot master etcd on windows via
./etcd
:Try
ETCDCTL_API=3 etcdctl put /abc def
andETCDCTL_API=3 etcdctl get /abc
a few times. etcd logs an info line for each etcdctl call:The text was updated successfully, but these errors were encountered: