DynamoFS icon indicating copy to clipboard operation
DynamoFS copied to clipboard

LockManager resiliance

Open denismo opened this issue 11 years ago • 0 comments

Sometimes there are Fuse calls for release/lock against the file that we never saw before. LockManager fails in that case as there is no fileLock entry in dict. Need to either ignore failure (and create) or do nothing.

Also need to think about automatic purge of old fileLock entries.

denismo avatar Aug 30 '13 14:08 denismo