Hi, I have set up a 3 node neo4j casual cluster and trying load almost 1 million records from my Mongo database to Neo4j cluster nodes. I'm loading 10K records at a time using a bolt driver within an API. API runs for a bit then throws the below error messages:
dataTimeout while waiting for connection to any of [[hostname:7687]]: context deadline exceeded
I checked my Neo4j cluster and it's working fine. I am able to login via browser and retrive the existing data.
Does anyone know how to fix this problem? Thanks in advance!