Not sure what jetty is used for (I assume to contact the DB instance provided via the -from flag) but it looks like there's a note on this in this bug https://issues.jboss.org/browse/NETTY-433
Perhaps not all connections to the DB are being closed properly somewhere in the backup client code? On Friday, July 11, 2014 9:12:04 PM UTC-4, Michael Hunger wrote: > > Hi, > > sorry to hear that, never heard of that before. > could you try to get a threaddump from the backup tool? > > A jstack <pid> or kill -3 <pid> should produce it. > > Thanks a lot, > > Michael > > > On Fri, Jul 11, 2014 at 9:22 PM, schone <[email protected] <javascript:> > > wrote: > >> Hello, >> >> I'm using the enterprise 2.1.2 version and for some reason whenever I >> start an 'incremental' backup on a directory that has a previous 'full' >> backup it hangs after printing the following lines: >> >> # sudo -u neo4j neo4j-backup -from single://db -to /raid0/neo4j-backup/ >> Performing backup from 'db' >> 19:15:41.787 [main] INFO o.n.k.InternalAbstractGraphDatabase - No >> locking implementation specified, defaulting to 'forseti' >> Transactions applied >> >> Only recourse is to CTRL+C out of it. At that point i'm not even sure if >> a backup has been done and I can save it to my backup archives... I would >> also like the process to end cleanly. >> >> Thanks! >> >> -- >> 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.
