Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'Node concurrently deleted while loading its relationships' error when issuing concurrent 'delete all' Cypher query #27

Closed
lassewesth opened this issue Nov 12, 2012 · 2 comments
Labels

Comments

@lassewesth
Copy link
Member

@blevine: 'Environment:
Neo4j Communit 1.8GA
Ubuntu 12.04
Oracle JDK 1.6.0_32-b05
Node.js/node-neo4j driver

This problem is most likely related to issue #872. After running a similar test for a while, I see the following error:

"Node[1877] concurrently deleted while loading its relationships?"

as a result of the following 'delete all' query:

start n = node(*) match n-[r?]-() delete r,n

At this point all attempts to execute that query (both programmatically and from the Data Browser) result in the same error. Nothing appears in the log related to this error.

I then went to the Data Browser and was able to view Node 1877 although all of its properties had been deleted. I then restarted the server after which Node 1877 disappeared (according to the Data Browser). I was then able to issue the 'delete all' query successfully.'

@lassewesth
Copy link
Member Author


strings:

@jakewins
Copy link
Contributor

jakewins commented Dec 5, 2015

This was a bug in transaction state management in 1.8, it has since been resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants