brentbxr / omeglespyx

Automatically exported from code.google.com/p/omeglespyx
0 stars 0 forks source link

CSV file locked by server Neo4j when using StartClient #160

Open HEBRARD opened 8 years ago

HEBRARD commented 8 years ago

Hello,

When using the org.neo4j.shell.StartClient like this: StartClient.main("-file= < path > ");

The CSV files mentionned into the path given are locked by the server Neo4j. This issue is not always present, sometimes all files are available , sometime they are all locked... until I stop my local database.

HEBRARD commented 8 years ago

Actually, the command cypher LOAD CSV is locking the csv files (sometimes). The csv files are locked by the java process of the database. It is a big issue when we are suposed to remove those files... Could you look into it please ?