-
Notifications
You must be signed in to change notification settings - Fork 127
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
Filesystem store breaking in error case #610
Comments
When this happens it totally breaks the store and the only way to fix it is to restart the service which is not ideal because it appears to be happening fairly regularly on my workers now. |
Something seems to be very badly wrong with the latest commits, I'm getting so many errors reading into my workers that they barely do any work.
|
I think this might be fixed in: |
Awesome, lets keep this ticket open for a few days just to ensure it doesn't resurface. |
Running super solid now even with massive concurrency. It appears that bumping experimental_http2_max_pending_accept_reset_streams to 300 has completely eradicated errors on the storage server. |
I've reported this before as occurring when the disk had run out of space, but this time it was caused by the GrpcStore erroring:
The tmp_path hashes don't match the error in the GrpcStore download, but something weird is going on.
The text was updated successfully, but these errors were encountered: