-
Notifications
You must be signed in to change notification settings - Fork 222
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
pkg/parca: Add --http-read-timeout and --http-write-timeout options #3689
pkg/parca: Add --http-read-timeout and --http-write-timeout options #3689
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.
Thank you so much for the contribution! Lgtm
9c6606b
to
87430b4
Compare
The docs are auto-generated, do you mind running |
…or-parca-server' into add-read-write-timeout-options-for-parca-server
Head branch was pushed to by a user without write access
@brancz done Also I have removed
|
@all-contributors Please add @quite4work for code. |
I've put up a pull request to add @quite4work! 🎉 |
Hi,
I had troubles with loading debug information of a big Rust binary (~1.2Gb).
Because debug information wasn't loaded, there were no function names in the samples.
Every time the upload failed after 5 seconds with following error:
I was able to solve this by increasing HTTP read and write timeouts.
My issue has some similarity to #2208, but that one has different errors and different solution.
I haven't encountered errors described there, so I am not sure if it solves #2208.