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

112 make fastadir thread safe #118

Merged
merged 3 commits into from
Nov 13, 2023
Merged

Conversation

reece
Copy link
Member

@reece reece commented Sep 13, 2023

@theferrit32 @davmlaw @andreasprlic @ahwagner @jsstevenson

Before merging a fix for #112, I want to make sure that we can reproduce it and understand it.

In my opinion, the problem is not related to threading (as surmised in the original problem report), but is more directly attributable to file descriptor exhaustion and the difficulty in handling that gracefully. See misc/threading-tests/README.md in this PR for some demonstration cases.

My current inclination is to disable caching since that's the safest mode, and then work on reincorporating caching in a subsequent PR.

@github-actions
Copy link

This PR is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.

@github-actions github-actions bot added the stale Issue is stale and subject to automatic closing label Oct 15, 2023
@ahwagner ahwagner removed the stale Issue is stale and subject to automatic closing label Oct 16, 2023
@ahwagner
Copy link
Member

@reece, what is the status of this PR? Are you waiting for action from @theferrit32 here?

@reece reece marked this pull request as ready for review November 13, 2023 17:36
@theferrit32 theferrit32 merged commit fc76b79 into main Nov 13, 2023
7 checks passed
@theferrit32 theferrit32 deleted the 112-make-fastadir-thread-safe branch November 13, 2023 18:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

None yet

3 participants