-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Follow up #7254 (Switch to Go 1.19) #7286
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
Conversation
|
Was hoping it wasn't something in my change, but looks like gopkg is out to lunch indeed |
|
|
@fuweid Can rebase now that the CI should be back in order |
For sure. Updated |
It is follow-up of containerd#7254. This commit will increase ReadHeaderTimeout from 3s to 30m, which prevent from unexpected timeout when the node is running with high-load. 30 Minutes is longer enough to get close to before what containerd#7254 changes. And ideally, we should allow user to configure the streaming server if the users want this feature. Signed-off-by: Wei Fu <[email protected]>
Hmm. |
estesp
left a comment
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
It is follow-up of #7254. This commit will increase ReadHeaderTimeout
from 3s to 30m, which prevent from unexpected timeout when the node is
running with high-load. 30 Minutes is longer enough to get close to
before what #7254 changes.
And ideally, we should allow user to configure the streaming server if
the users want this feature.
Align with https://github.com/containerd/project/blob/main/script/validate/template/go.txt.
cc @mxpv and @mikebrow