Skip to content

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

@marusshi

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.

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