google / leveldb

LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
BSD 3-Clause "New" or "Revised" License
35.71k stars 7.72k forks source link

Lock file Not found error #1158

Closed AasmaGarg closed 7 months ago

AasmaGarg commented 7 months ago

I am getting below error while using leveldb on Windows machine:

error: NotFound: C:\Users.../LOCK:

However File does exist. I want to know what are the scenarios when this error can come even when file is there and have right permissions. If it would have some access related issue, error would be different