-
Notifications
You must be signed in to change notification settings - Fork 109
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
Layer/Agent can't handle large PUT request #1063
Comments
Is it possible to get the logs from that failure? So far I can't reproduce this bug. I can send huge PUT requests and they go through:
I printed the layer's binary and uploaded that with PUT, while stealing with mirrord. In the logs/output of the app running with mirrord I can see all the data coming in:
And the local app prints all that data. Do we have some more information to work with on this issue? |
Solved with #1092 |
User runs steal on a rest service written in Go + macOS that receives a big PUT request.
The request gets stuck and rest of the stuff gets timeout (kafka, etc).
Possible issues:
The text was updated successfully, but these errors were encountered: