-
Notifications
You must be signed in to change notification settings - Fork 178
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
1656 upload timeouts #2122
1656 upload timeouts #2122
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM overall, but I think the core sendReqWithTimeout
has some issues that could be improved.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the review @victorges . Added my comments.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
03dfb66
to
166d638
Compare
What does this pull request do? Explain your changes. (required)
While making an HTTP request from B -> O, introduce a separate timeout for the segment data upload. Before there was one timeout for the whole request.
Specific updates (required)
How did you test each of these updates (required)
Check locally if transcoding (still) works. Then, introduced an artificial sleep in O and tried again. Note the timeout error message in B.
Does this pull request close any open issues?
fix #1656
Checklist:
make
runs successfully./test.sh
pass