- Given I first create a newEmbeddedDatabase("/my-path") with Neo4j 2.1.4
   - And I create some nodes successfully (committing transactions)
   - And I call shutdown() on my database
   - When I attempt to delete "/my-path" (FileUtils.forceDelete(...))
   - Then I consistently see this Java IOException:

*Unable to delete file "/my-path/scheme/label/lucene/_5.cfs"*

My hunch is that Neo4j does not properly destroy Lucene after calling 
shutdown, but am not sure. Looking for help. Thank you.

-- 
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.

Reply via email to