-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request
Description
- Make read, write and delete operations race-condition free by adding a lock-based synchronisation per file.
- Could look into different concurrent design solutions, like Readers–writer lock.
- Look into distributed locking.
- Problem is non-trivial due to distributed nature of a file. Naive guess is that lock can be applied at the Name Node, need to research more.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request