-
Notifications
You must be signed in to change notification settings - Fork 2
Eliminate race conditions #2
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request
Description
prithvianilk
opened on May 16, 2022
Issue body actions
- 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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request