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

dial tcp x.x.x.x:6380: i/o timeout #1659

Closed
vasundhara785 opened this issue Feb 12, 2021 · 3 comments
Closed

dial tcp x.x.x.x:6380: i/o timeout #1659

vasundhara785 opened this issue Feb 12, 2021 · 3 comments

Comments

@vasundhara785
Copy link

vasundhara785 commented Feb 12, 2021

Iam facing the same problem with the error dial tcp x.x.x.x:6380: i/o timeout .
Does the operations (GET,SET ) made on redis would also create a client connection internally?

More insights:
redis version : v6.15.8
one connection is opened and redis operations are made on the same connection.
image
Its showing more than thousands of client connections.
What could be the problem any help urgently needed?

@jonyhy96
Copy link

This may due to wrong redis cluster network configuration.
You can add a breakpoint at here to see if the node info of slots is match with your given Addrs in clusterOptions.

@vmihailenco
Copy link
Collaborator

This does not look like a go-redis problem. Besides v6 is quiet old.

@kunalpahwa9
Copy link

Hey @vasundhara785 we ran into the same problem recently, CPU was ok but getting the same error dial tcp x.x.x.x:6380: i/o timeout were you able to solve this issue?
Can we replicate the same to test/verify if there is some issue with the library?
FYI we are also using a similar version of the library.

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

No branches or pull requests

4 participants