Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Possible races due to concurrent non-atomic filesystem operations #117

Open
agis opened this issue Jun 26, 2019 · 0 comments
Open

Possible races due to concurrent non-atomic filesystem operations #117

agis opened this issue Jun 26, 2019 · 0 comments

Comments

@agis
Copy link
Contributor

agis commented Jun 26, 2019

Currently build workers run concurrently and they execute filesystem operations (rm, stat, ln, mv). This means we might bump onto race conditions where workers of the same build, attempt to modify the same files/directories concurrently.

We should find a way to synchronize access to all filesystem operations.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant