You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see these error messages in the console under moderate load (more than 10 write / sec)
2017-11-06 11:03:23.845682 I | etcdserver/api/v3rpc: transport: http2Server.HandleStreams failed to read frame: read tcp 10.156.0.4:2379->10.156.0.4:55152: read: connection reset by peer
2017-11-06 11:03:23.865135 I | etcdserver/api/v3rpc: transport: http2Server.HandleStreams failed to read frame: read tcp 10.156.0.4:2379->10.156.0.4:55164: read: connection reset by peer
2017-11-06 11:03:23.957875 I | etcdserver/api/v3rpc: transport: http2Server.HandleStreams failed to read frame: read tcp 10.156.0.4:2379->10.156.0.4:55218: read: connection reset by peer
2017-11-06 11:03:23.982248 I | etcdserver/api/v3rpc: transport: http2Server.HandleStreams failed to read frame: read tcp 10.156.0.4:2379->10.156.0.4:55230: read: connection reset by peer
2017-11-06 11:03:24.051271 I | etcdserver/api/v3rpc: transport: http2Server.HandleStreams failed to read frame: read tcp 10.156.0.4:2379->10.156.0.4:55272: read: connection reset by peer
2017-11-06 11:03:24.071915 I | etcdserver/api/v3rpc: transport: http2Server.HandleStreams failed to read frame: read tcp 10.156.0.4:2379->10.156.0.4:55284: read: connection reset by peer
2017-11-06 11:03:24.081377 I | etcdserver/api/v3rpc: transport: http2Server.HandleStreams failed to read frame: read tcp 10.156.0.4:2379->10.156.0.4:55290: read: connection reset by peer
The values are successfully written and the cluster's healthy, but I worry about these errors.
The error is only present when using version 3.2.x, with 2.2.5 I have no errors.
The network is stable.
Version:
etcd Version: 3.2.0
Git SHA: 66722b1
Go Version: go1.8.3
Go OS/Arch: linux/amd64
I see these error messages in the console under moderate load (more than 10 write / sec)
The values are successfully written and the cluster's healthy, but I worry about these errors.
The error is only present when using version 3.2.x, with 2.2.5 I have no errors.
The network is stable.
Version:
Cluster setup shell script:
(https://github.com/coreos/etcd/blob/master/Documentation/op-guide/clustering.md)
The text was updated successfully, but these errors were encountered: