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

Weaviate backup using S3 closed pipe http 499 after 1m 3s #4743

Open
1 task done
djjeffr opened this issue Apr 22, 2024 · 0 comments
Open
1 task done

Weaviate backup using S3 closed pipe http 499 after 1m 3s #4743

djjeffr opened this issue Apr 22, 2024 · 0 comments
Labels

Comments

@djjeffr
Copy link

djjeffr commented Apr 22, 2024

How to reproduce this bug?

The s3.PutObjectPart is trying to upload 250-270MB parts, something in backup code is closing pipe after 1m 3s.
You will need a slow s3 to reproduce error, we are using k8s minio.

What is the expected behavior?

It should not close pipe, the time out should be configurable to match proxy time out. This type of error should produce slow backend storage service.

What is the actual behavior?

It kills the pipe after six 499 failures (1m 3s x6).

Supporting information

We just get a closed pipe error or object write error.

Server Version

1.24.3

Code of Conduct

@djjeffr djjeffr added the bug label Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant