Skip to content

GFS: Race condition for multiple nodes writing to same file #38

Description

@marusshi

Because there is no lock or queue for multiple writers of the same file, these situations arise:

appendFile:

  • Final file contents depend on what the last successful writer read before appending. This may cause the appends from other nodes to be overwritten.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions