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

Race condition updating column_types.json #121

Open
dogversioning opened this issue Oct 2, 2024 · 0 comments
Open

Race condition updating column_types.json #121

dogversioning opened this issue Oct 2, 2024 · 0 comments

Comments

@dogversioning
Copy link
Contributor

If a lot of file changes come in at once (not likely in practice, but common if we're debugging/rerunning merges by copying study data around), multiple simultaneous read/write actions to the column types metadata will result in changes being overwritten.

This probably needs to be fixed by piping these message to a queue and processing them in order, or by moving from simple json storage to (more expensive) db storage.

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