-
Notifications
You must be signed in to change notification settings - Fork 126
OCPBUGS-56594: UPSTREAM: <carry>: backporting fix for concurrent map iteration and write #2443
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
OCPBUGS-56594: UPSTREAM: <carry>: backporting fix for concurrent map iteration and write #2443
Conversation
|
@ricardomaraschini: This pull request references Jira Issue OCPBUGS-56594, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
@ricardomaraschini: the contents of this pull request could not be automatically validated. The following commits could not be validated and must be approved by a top-level approver:
Comment |
|
@ricardomaraschini: This pull request references Jira Issue OCPBUGS-56594, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
a8a5957 to
960aa55
Compare
|
@ricardomaraschini: the contents of this pull request could not be automatically validated. The following commits could not be validated and must be approved by a top-level approver:
Comment |
|
/test verify-commits |
|
@ricardomaraschini: the contents of this pull request could not be automatically validated. The following commits could not be validated and must be approved by a top-level approver:
Comment |
|
@ricardomaraschini: This pull request references Jira Issue OCPBUGS-56594, which is invalid:
Comment DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
You'll want to replace with the upstream PR number on each picked commit. The automation will be looking to correlate those, and that's also how we will know to drop these commits as part of the 1.34 rebase. |
|
@ricardomaraschini: the contents of this pull request could not be automatically validated. The following commits could not be validated and must be approved by a top-level approver:
Comment |
|
@ricardomaraschini: This pull request references Jira Issue OCPBUGS-56594, which is invalid:
Comment DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
For the test in the other patch, I think you want to introduce another commit to fix it, indicating in its commit message body the name of the commit that introduced "with_early_late_annotations_test.go" with instructions that it should be squashed on the next rebase. @bertinatto please correct me if I am wrong or missed anything about how we track changes to existing carries. |
…d write Improve audit context handling by encapsulating event data and operations behind a structured API. Make the Audit system more robust in concurrent environments by properly isolating mutable state. The cleaner API simplifies interaction with audit events, improving maintainability. Encapsulation reduces bugs by preventing direct manipulation of audit events. Signed-off-by: Davanum Srinivas <[email protected]> Co-Authored-By: Jordan Liggitt <[email protected]> Co-Authored-By: sxllwx <[email protected]>
Signed-off-by: Davanum Srinivas <[email protected]> Co-Authored-By: Jordan Liggitt <[email protected]> Set event level during context init Signed-off-by: Davanum Srinivas <[email protected]>
… going to use it Merge pull request kubernetes#131725 from dims/avoid-encoding-in-log-response-object-when-we-dont-need-it
When backporting some changes from upstream's master branch a unit test ended up being broken. The code covered by this test does not seem to exist upstream, neither the test file. The code this commit fixes was introduced by 57c60d8 and we should squash this one with it once the time for rebasing arrives. Even though 57c60d8 description reads "UPSTREAM: 115328: annotate early and late requests" the upstream PR 115328 was closed without merging.
c9c272b to
f96a151
Compare
|
@ricardomaraschini: the contents of this pull request could not be automatically validated. The following commits are valid:
The following commits could not be validated and must be approved by a top-level approver:
Comment |
|
@benluddy I think I have done all the adjustments you have asked for. Can you please take a look ? |
|
/lgtm Is f96a151 doing what we expect to get picked up and squashed during the next rebase? |
|
/jira refresh |
|
/retest |
|
/label acknowledge-critical-fixes-only |
|
OK, I commented in the wrong PR. I did not intend to add the acknowledge-critical-fixes-only label here. Removing. |
|
/remove-label acknowledge-critical-fixes-only |
|
/verified later @wangke19 |
|
@wangke19: This PR has been marked to be verified later by DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
/test e2e-aws-ovn-fips |
|
This metal IPI on IPv6 test is consistently timing out, judging by the job history this seems to be the reality for multiple PRs. |
|
/retest-required |
I prefer the commit title to match the one it's fixing, i.e., So if you need to force-push more changes to this PR, please amend the commit title. Otherwise, leave it as is and we'll squash it during the 1.34 rebase. tl;dr for @jacobsee: please squash f96a151 into |
|
Maybe we can overwrite the |
This one has a recent history of failures. @benluddy What do you think ? |
Hm, so it takes ~90 minutes to build and another ~90 minutes to do the cluster installation, leaving only 1hr for the actual test run and teardown? The job history goes back to March with apparently the same problem the entire time. Could you open a PR to give this job a 5h timeout? I don't think we have so much urgency behind this PR that we can't take the time to fix it for everyone now. |
|
/remove-label backports/unvalidated-commits |
|
@ricardomaraschini: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
@ricardomaraschini: Jira Issue OCPBUGS-56594: All pull requests linked via external trackers have merged: This pull request has the DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
@benluddy It seems like someone has already bumped the timeout to 5h30m: openshift/release#68890 |
|
/cherry-pick release-4.20 |
|
@ricardomaraschini: new pull request created: #2450 DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Warning
Reviewer: the target branch of this PR is
masterbut the changes introduced here are already present in upstreammasterandrelease-1.34branches. We may need to use therelease-4.20target branch here instead (we won't need to carry this over versions >= 1.34).Note
Reviewer: The back port of these upstream patches broke one of our unit tests. The broken test seems to cover features that are not available upstream (
with_early_late_annotations_test.go).What type of PR is this?
/kind bug
What this PR does / why we need it:
This PR contains upstream commits that are currently available on Kubernetes v1.34 and for which no back port plans exist. We need these to fix the bug we are currently seeing on the field.
The original PRs:
Which issue(s) this PR fixes:
Fixes OCPBUGS-56594
Does this PR introduce a user-facing change?