Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
marusshi opened this issue Oct 3, 2018 · 0 comments
Open

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

marusshi opened this issue Oct 3, 2018 · 0 comments

Comments

@marusshi
Copy link
Collaborator

marusshi commented Oct 3, 2018

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant