Hello,
I faced a transient-like problem sometimes, and the same script works well in the next time at most time. It confused me a lot. Any suggestions will be appreciated.
-
neo4j version,
community3.5.9 -
what kind of API / driver do you use
driver 1.7.5 -
a sample of the data you want to import
-
which plugins / extensions / procedures do you use
- </>apoc.periodic.iterate</> for read,
- cypher script also related to write operation in </>apoc.cypher.doIt </> contains </>merge</> and </>set</>.
-
the error.log
</>
Caused by: org.neo4j.driver.v1.exceptions.TransientException: Database not up to the requested version: 106451. Latest database version is 106449
at org.neo4j.driver.internal.util.Futures.blockingGet(Futures.java:123) ~[neo4j-java-driver-1.7.5.jar:1.7.5-d56154a7e96ff71615b894ee9a15d08c370691e6]
at org.neo4j.driver.internal.NetworkSession.beginTransaction(NetworkSession.java:459) ~[neo4j-java-driver-1.7.5.jar:1.7.5-d56154a7e96ff71615b894ee9a15d08c370691e6]
at org.neo4j.driver.internal.NetworkSession.beginTransaction(NetworkSession.java:179) ~[neo4j-java-driver-1.7.5.jar:1.7.5-d56154a7e96ff71615b894ee9a15d08c370691e6]
at org.neo4j.driver.internal.NetworkSession.beginTransaction(NetworkSession.java:173) ~[neo4j-java-driver-1.7.5.jar:1.7.5-d56154a7e96ff71615b894ee9a15d08c370691e6]
</>