Skip to content

Eliminate race conditions #2

@prithvianilk

Description

@prithvianilk
  • 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

No one assigned

    Labels

    bugSomething isn't workingenhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions