Breaking transactions in chunks leads to this Exception in Neo4j 4.0.3 embedded in java application:
Exception in thread "main" org.neo4j.graphdb.NotInTransactionException: The transaction has been closed.
Example, exception occurs at line #7:
1 ...
Hello Tony, thank you for your comments. Does it mean that my Java application based on neo4j-community-3.5.5, can not rely on node IDs anymore since they are dynamically allocated in this version?
and once I break down very large write transactions ...