Relationship load with admin import gets stuck at 75% on Neo4j v5

Relationship load with admin import gets stuck at 75% on Neo4j v5. The logs do not have much detail. What are the usual culprits?
PS: data load into Neo4j is a huge pain, either the product improves or we move to to another product.

Hello, this is unfortunate. Could you provide more information:

  • exact neo4j version
  • complete output of the neo4j-admin import run so far
  • would be ideal with a thread dump of that process when you say it's stuck (you can generate one by using jps -lm command and calling jstack <pid> for the pid corresponding to a process with AdminTool in its name from the jps output, capturing that output into a text file.

Thanks