Hi there, I would need some help about a message appearing in the logs: ----------------------------------------------- 2015-09-02 03:43:09.291+0000 INFO [o.n.k.i.s.StoreFactory]: Waiting for all transactions to close... committed: out-of-order-sequence:133247005 [] closed: out-of-order-sequence:133247004 [133246941] 2015-09-02 03:43:39.291+0000 INFO [o.n.k.i.s.StoreFactory]: Waiting for all transactions to close... committed: out-of-order-sequence:133247005 [] closed: out-of-order-sequence:133247004 [133246941] ... -----------------------------------------------
Context: - Neo4j 2.2.0 - 2 concurrent scripts (written in python 3.3 + py2neo 1.6.2) read and write/update data in the neo4j database After a while, the scripts seem to freeze. Only suspicious traces found in logs are the message pasted above. One script running alone doesn't seem to trigger the problem. >From my understanding, this message might be triggered by a process which doesn't consume all results returned by a request. Is it the unique possible cause ? -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
