-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
[s3] post to filer http: read on closed response body #1609
Comments
can you try this? Add the -max=0
|
tried the error remained |
Add the "-max=0", not "-max 0" |
did not help |
I disable multipart copy chunks on registry, size up to 1Gb
https://docs.docker.com/registry/configuration/#list-of-configuration-options
|
It seems to have something to do with determining the file size |
Yes, I can reproduce this. What was the previous chunk size? May need to test with a simpler case. Maybe using aws cli? |
by default chunk size 32Mb
There were no problems with aws cli during the whole testing period |
Found the problem. It was an error that the reader is closed too early with s3 UploadPartCopy. Thanks for the detailed bug reporting! |
I do not confirm that this fixes |
can you apply the latest commits and show the logs? |
I'm sorry, I double-checked everything works, Thank you very much |
Describe the bug
post to filer http: read on closed response body return
System Setup
version 2.09
local-registry-compose.yml:
run
docker-compose -f local-registry-compose.yml -p seaweedfs up
Expected behavior
Avoid httpStatus:500
Additional context
docker pull logstash:7.9.3
docker tag logstash:7.9.3 127.0.0.1:5001/logstash:7.9.3
docker push 127.0.0.1:5001/logstash:7.9.3
The text was updated successfully, but these errors were encountered: