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

Failed to write errors from neo4j #25

Open
dhirenmathur opened this issue Jul 3, 2024 · 1 comment
Open

Failed to write errors from neo4j #25

dhirenmathur opened this issue Jul 3, 2024 · 1 comment
Assignees

Comments

@dhirenmathur
Copy link
Collaborator

dhirenmathur commented Jul 3, 2024

Seeing the following error logs intermittently from neo4j in production:

Failed to write data to connection IPv4Address(('p-<id>-0004.production-orch-0002.neo4j.io', 7687)) (IPv4Address(('104.<>.<>.<>', 7687)))

Failed to write data to connection ResolvedIPv4Address(('104.<>.<>.<>', 7687)) (IPv4Address(('104.<>.<>.<>', 7687)))
We need to debug this further and come up with a solution or alternative. No hints on why or when this is happening currently.

@dhirenmathur dhirenmathur added bug Something isn't working help wanted Extra attention is needed labels Jul 3, 2024
@dhirenmathur
Copy link
Collaborator Author

After some googling, this appears to be because of error in managing neo4j connections where a stale connection remains in the pool. This log occurs but then neo4j should automatically query the pool again and retry with a new connection. So, no impact.
We still should fix the connection management. @cash1998

@dhirenmathur dhirenmathur removed bug Something isn't working help wanted Extra attention is needed labels Jul 4, 2024
@vineetshar vineetshar self-assigned this Jul 15, 2024
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

3 participants