byzhang / leveldb

Automatically exported from code.google.com/p/leveldb
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Lock operation not supported on afp share #205

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When trying to open a database on a afp share, the following error is thrown:
IO error: lock db/LOCK: Operation not supported

When the db is located on a local file system everything works as expected.

While my code is based on levelup, leveldown and node.js I am pretty sure the 
issue is caused by the leveldb main code.

I am experiencing this on OSX using version 1.11.0 of leveldb which comes with 
leveldown  0.8.3.

Original issue reported on code.google.com by renco...@gmail.com on 29 Sep 2013 at 9:52