Skip to content
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

cgroup: retry file writes on EINTR errors #3402

Merged
merged 2 commits into from
Jul 28, 2020
Merged

Conversation

copybara-service[bot]
Copy link

cgroup: retry file writes on EINTR errors

After deploying a version of gvisor built with Go 1.14, we're seeing errors setting up cgroups (we manually run runsc via runsc run, which creates the cgroup). This turns out to be a known issue with Go: golang/go#38033. Given that the fix won't be backported, we should retry writes that may fail with EINTR.

This is also what runc does: opencontainers/runc#2258

FUTURE_COPYBARA_INTEGRATE_REVIEW=#3102 from stripe:andrew/cgroup-eintr 079123b

@google-cla google-cla bot added the cla: yes CLA has been signed label Jul 28, 2020
@copybara-service copybara-service bot force-pushed the test/cl323575152 branch 5 times, most recently from 0834dc9 to 8fdb083 Compare July 28, 2020 19:50
@copybara-service copybara-service bot merged commit 8518800 into master Jul 28, 2020
@copybara-service copybara-service bot deleted the test/cl323575152 branch July 28, 2020 20:16
@google-cla
Copy link

google-cla bot commented Jul 28, 2020

All (the pull request submitter and all commit authors) CLAs are signed, but one or more commits were authored or co-authored by someone other than the pull request submitter.

We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that by leaving a comment that contains only @googlebot I consent. in this pull request.

Note to project maintainer: There may be cases where the author cannot leave a comment, or the comment is not properly detected as consent. In those cases, you can manually confirm consent of the commit author(s), and set the cla label to yes (if enabled on your project).

ℹ️ Googlers: Go here for more info.

@google-cla google-cla bot added cla: no CLA has not been signed and removed cla: yes CLA has been signed labels Jul 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: no CLA has not been signed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants