[Neo tickets] #209: Deadlock when creating relationship (concurrent threads)
neo4j.org
noreply at neo4j.org
Thu Nov 12 14:06:24 CET 2009
#209: Deadlock when creating relationship (concurrent threads)
-------------------------------------+--------------------------------------
Reporter: dmm at paradisosistemas.es | Owner: johans
Type: bug report | Status: new
Priority: major | Milestone:
Component: neo | Keywords:
-------------------------------------+--------------------------------------
jdk 1.6.0_17 neo1.0-b10
linux gentoo (2.6.30-gentoo-r8)
Java test attached
The problematic use case is:
T1 begin
create rel 0 -> 1
T1 commit
T1 begin
create rel 1 -> 2
T2 begin
create rel 0 -> 3 <<<<<< deadlock
set property 3
T2 commit
T1 set property 2
T1 commit
--
Ticket URL: <https://trac.neo4j.org/ticket/209>
neo4j.org <http://trac.neo4j.org/>
The Neo4J.org Issue Tracker
More information about the Tickets
mailing list