-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Connection reset by peer #7257
Comments
The same. 3 of each 10 attempts to read key via API finished with the error. The same behavior on 1.6.3 and 1.7.0. I reverted to use 1.6.2, that works perfect. |
Also seems like #7259 |
oh yes, I rollbacked version to v.1.6.1 and it works perfectly. |
freeseacher
pushed a commit
to nocproject/ansible_deploy
that referenced
this issue
Feb 18, 2020
freeseacher
pushed a commit
to nocproject/ansible_deploy
that referenced
this issue
Feb 18, 2020
Closing this as this is a dupe of #7259 |
freeseacher
pushed a commit
to nocproject/noc
that referenced
this issue
Oct 22, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi all.
I deploy the Consul server cluster includes 3 nodes and 3 Consul agent. Then I use vertx-consul-client to call Consul agent. I see error:
syscall:read(..) failed: Connection reset by peer , stackTrace: io.netty.channel.unix.Errors$NativeIoException: syscall:read(..) failed: Connection reset by peer at io.netty.channel.unix.FileDescriptor.readAddress(..)(Unknown Source)
So, before I only deploy a single node Consul server, I have not this issue.
The text was updated successfully, but these errors were encountered: