I waited for 2 days for db recovery. But recovery didn't finish. So, i stopped the neo4j server.
I removed last neostore.transaction.db.* file and neo4j server came up. But now what is happening is neo4j db graceful shutdown is seems to be hanging and neo4j is forcefully shutting down the db when i invoke command "./neo4j stop". Anything specific which i can do to make sure neo4j db shuts down gracefully? On Tuesday, August 11, 2015 at 6:24:20 PM UTC+5:30, Michael Hunger wrote: > > You can delete the transaction logs if you don't care about the last > updates > > i.e. neostore.transaction.db.* > > How long did you wait for the recovery to finish? > > On Tue, Aug 11, 2015 at 9:07 AM, Bhupesh Goel <[email protected] > <javascript:>> wrote: > >> Hi, >> >> I was merging multiple instances of neo4j data using spring-data-neo4j in >> embedded mode. I am using Neo4j v2.2.2. Somehow this db merging java >> process got killed and now when i am trying to recover it using Neo4j >> server then i just get the message "*[o.n.k.NeoStoreDataSource]: >> Recovery required for log with version 731*" in message.log. Neo4j >> server hasn't started and is in hanged state for past 2 days. It looks like >> Neo4j server is not doing anything and is just in waiting state. >> >> I have attached relevant portion of messages.log and console.log files. >> Please do let me know how do i ensure if neo4j is actually recovering than >> just in hanged state. Also is there alternate quick way of recovering my >> database. I can afford to loose bit of neo4j data. >> >> -- >> 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] <javascript:>. >> For more options, visit https://groups.google.com/d/optout. >> > > -- 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.
