-
Notifications
You must be signed in to change notification settings - Fork 70
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
ConnectivityError: Unable to retrieve routing table from <neo4j_host>:7688: EOF with neo4j-go-driver 4.4.x & 5.x.x #583
Comments
Hello, can you please share some Bolt traces in order for us to understand what's going on before and during that error? |
Hello @fbiville , Sorry for my lateness. I sent you the bolt traces log. This log from the server received the request to respond to the result. The log has the prefix bolt_logger, which is log by bolt logger. While the client gets the routing table, our code returns the error This is the sample code our code is using query cypher.
I appreciate your support. I'm waiting for your response. |
I have applied retry when met this issue around |
You can also run |
I have the same error, subsequent calls to the driver after this error no longer work, I am forced to restart the driver |
I am getting the same error with Go v.1.22.4, driver v.5.20.0 and database v.5.20.0 enterprise "TransactionExecutionLimit: timeout (exceeded max retry time: 30s) after 6 attempts, last error: ConnectivityError: Unable to retrieve routing table from :7687: context deadline exceeded" After the driver returns an error the code closes the connection and opens a new connection for further use. The code kind of recovers, but the loading of data get delayed, which is very annoying. |
@tkandal did you figure out a solution for fixing the issue yet? |
Kind of found a solution. |
We met this issue when upgrading neo4j from 4.3 to 4.4 and using driver 4.4.7 with neo4j protocol. We tried to update the driver to version 5.20.0 but the issue doesn't be fixed.
This issue makes system run unstable, it works but sometimes it returns the error
Unable to retrieve routing table...
However, the old driver version 4.3.3 works fine (also for 4.3.8).
I assume there is a mistake configurable but I'm not sure. Please give me an idea.
System information:
The text was updated successfully, but these errors were encountered: