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
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: