Re: [Neo4j] Stability of neo4j graph database

2011-02-08 Thread Mattias Persson
Den onsdagen den 9:e februari 2011 skrev John Howard: > Thanks Mattias. > > I used the link you provided in another mail ( > http://neo4j.org/get?file=neo4j-1.3-SNAPSHOT-windows.zip) > That fixed the recovery problem. But after the recovery, I saw duplicate > index for the same node. That is, when

Re: [Neo4j] Stability of neo4j graph database

2011-02-08 Thread John Howard
Thanks Mattias. I used the link you provided in another mail ( http://neo4j.org/get?file=neo4j-1.3-SNAPSHOT-windows.zip) That fixed the recovery problem. But after the recovery, I saw duplicate index for the same node. That is, when I searched for an index key/value, it returned 2 identical nodes.

Re: [Neo4j] Stability of neo4j graph database

2011-02-08 Thread Mattias Persson
This is the same issue reported on the list before... The latest snapshots build will fix it (even recovery), and soon the next milestone will be out, where it also is included. Den onsdagen den 9:e februari 2011 skrev John Howard: > Thanks Peter. > > I tried to shutdown and restart our server. An

Re: [Neo4j] Stability of neo4j graph database

2011-02-08 Thread John Howard
t(TxManager.java:621) > > 2011-02-09 00:27:17,701 ERROR [STDERR] at > > org.neo4j.kernel.impl.transaction.TxManager.commit(TxManager.java:584) > > 2011-02-09 00:27:17,706 ERROR [STDERR] at > > > org.neo4j.kernel.impl.transaction.TransactionImpl.commit(TransactionIm

Re: [Neo4j] Stability of neo4j graph database

2011-02-08 Thread Peter Neubauer
0 ERROR [STDERR]   at > org.neo4j.kernel.TopLevelTransaction.finish(TopLevelTransaction.java:85) > > > On Thu, Feb 3, 2011 at 8:07 PM, John Howard wrote: > >> Am using the V1.2 (stable) >> Will try your suggestion. >> >> Thanks for the prompt response! >>

Re: [Neo4j] Stability of neo4j graph database

2011-02-08 Thread John Howard
:85) On Thu, Feb 3, 2011 at 8:07 PM, John Howard wrote: > Am using the V1.2 (stable) > Will try your suggestion. > > Thanks for the prompt response! > > > > Date: Fri, 4 Feb 2011 01:59:21 +0100 > From: Michael Hunger > Subject: Re: [Neo4j] Stability of neo4

Re: [Neo4j] Stability of neo4j graph database

2011-02-03 Thread John Howard
Am using the V1.2 (stable) Will try your suggestion. Thanks for the prompt response! Date: Fri, 4 Feb 2011 01:59:21 +0100 From: Michael Hunger Subject: Re: [Neo4j] Stability of neo4j graph database To: Neo4j user discussions Message-ID: Content-Type: text/plain; charset=us-ascii Hello John

Re: [Neo4j] Stability of neo4j graph database

2011-02-03 Thread Michael Hunger
Hello John, what version of Neo4j are you currently running? As it tries to replay an AddRelationshipCommand and there was a recent fix around this issue, you might try to recover your db using Neo4j version 1.3 (Abisko Lampa) M01. (http://blog.neo4j.org/2011/01/neo4j-13-abisko-lampa-m01-ha-gro

[Neo4j] Stability of neo4j graph database

2011-02-03 Thread John Howard
Hello, We have been evaluating the neo4j for one of our critical applications. When the server goes down abruptly without the clean shutdown of the graph db, it looks like the recovery always fails. It consistently throws the exception given below and then the graph db becomes unusable. I dont thi