cypher - Already deleted relationships in Neo4j Database -
we got problem neo4j database. running query, after minute docker container stopped , database needed restarted manually.
start r=relationship(*) match (s)-[r]->(e) s,e,type(r) typ, tail(collect(r)) coll coll <> [] return count(coll) the thing see in logging lot of deleted relationships. there no delete query running. there wrong db/ can fixed? error message is:
unable delete relationship[5146889] since deleted. version 3.1.1
neo running on docker (swarm). cluster of 1.
Comments
Post a Comment