[release-4.18] OCPBUGS-86553: Fix cloud-event-proxy deadlock and back…#687
[release-4.18] OCPBUGS-86553: Fix cloud-event-proxy deadlock and back…#687jzding wants to merge 1 commit into
Conversation
…port SyncStateChange fix Cherry-pick of a71314f from release-4.19 with manual conflict resolution for release-4.18. Conflicts resolved: - pkg/common/common.go: Applied non-blocking SendToChannel to both V1 (EventInCh) and V2 (EventOutCh) code paths, preserving the IsV1Api branch that was removed in 4.19. - cmd/main_test.go: Kept plugins.Handler (needed for HTTP plugin loading on 4.18) while using tempDir for test isolation. - pkg/common/common_test.go: Added APIVersion arg to NewPubSub call (required on 4.18, removed in 4.19). Co-authored-by: Aneesh Puttur <aputtur@redhat.com> Signed-off-by: Jack Ding <jackding@gmail.com>
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jzding The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Enterprise Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
@jzding: This pull request references Jira Issue OCPBUGS-85780, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. This pull request references Jira Issue OCPBUGS-86305, 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. |
|
@jzding: This pull request references Jira Issue OCPBUGS-85780, which is invalid:
Comment This pull request references Jira Issue OCPBUGS-86305, 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. |
|
@jzding: This pull request references Jira Issue OCPBUGS-86553, 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. |
|
/jira refresh |
|
@jzding: This pull request references Jira Issue OCPBUGS-86553, 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. |
Fix cloud-event-proxy deadlock and backport SyncStateChange fix.
Cherry-pick of #682 from release-4.19 with manual conflict resolution for release-4.18.
Conflicts resolved: