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

Bug 1899190: Apply hack to eventlet #53

Merged
merged 1 commit into from Dec 2, 2020

Conversation

elfosardo
Copy link

@elfosardo elfosardo commented Nov 30, 2020

This hack has been applied to OCP 4.7 and it's backported to 4.6 as we're seeing the same issue with SSL failing with ssl.SSLWantReadError
For more info please check eventlet/eventlet#308

(cherry picked from commit f2bde94)

(cherry picked from commit f2bde94)
@openshift-ci-robot
Copy link

@elfosardo: No Bugzilla bug is referenced in the title of this pull request.
To reference a bug, add 'Bug XXX:' to the title of this pull request and request another bug refresh with /bugzilla refresh.

In response to this:

Apply hack to eventlet

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/test-infra repository.

@openshift-ci-robot openshift-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Nov 30, 2020
@elfosardo elfosardo changed the title Apply hack to eventlet Bug 1899190: Apply hack to eventlet Nov 30, 2020
@openshift-ci-robot openshift-ci-robot added bugzilla/severity-high Referenced Bugzilla bug's severity is high for the branch this PR is targeting. bugzilla/valid-bug Indicates that a referenced Bugzilla bug is valid for the branch this PR is targeting. labels Nov 30, 2020
@openshift-ci-robot
Copy link

@elfosardo: This pull request references Bugzilla bug 1899190, which is valid. The bug has been updated to refer to the pull request using the external bug tracker.

6 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target release (4.6.z) matches configured target release for branch (4.6.z)
  • bug is in the state POST, which is one of the valid states (NEW, ASSIGNED, ON_DEV, POST, POST)
  • dependent bug Bugzilla bug 1899198 is in the state VERIFIED, which is one of the valid states (VERIFIED, RELEASE_PENDING, CLOSED (ERRATA))
  • dependent Bugzilla bug 1899198 targets the "4.7.0" release, which is one of the valid target releases: 4.7.0
  • bug has dependents

In response to this:

Bug 1899190: Apply hack to eventlet

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/test-infra repository.

@elfosardo
Copy link
Author

/bugzilla refresh

@openshift-ci-robot
Copy link

@elfosardo: This pull request references Bugzilla bug 1899190, which is valid.

6 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target release (4.6.z) matches configured target release for branch (4.6.z)
  • bug is in the state POST, which is one of the valid states (NEW, ASSIGNED, ON_DEV, POST, POST)
  • dependent bug Bugzilla bug 1899198 is in the state VERIFIED, which is one of the valid states (VERIFIED, RELEASE_PENDING, CLOSED (ERRATA))
  • dependent Bugzilla bug 1899198 targets the "4.7.0" release, which is one of the valid target releases: 4.7.0
  • bug has dependents

In response to this:

/bugzilla refresh

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/test-infra repository.

Copy link
Member

@dtantsur dtantsur left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

But cannot we tag a newer eventlet?

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Nov 30, 2020
@openshift-ci-robot
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: bfournie, dtantsur, elfosardo

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:
  • OWNERS [bfournie,dtantsur,elfosardo]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@hardys
Copy link

hardys commented Nov 30, 2020

lgtm but for the benefit of the patch manager it's probably worth adding some more context to the PR description e.g the upstream bug reference and the version we expect to properly fix the issue

@openshift-ci-robot
Copy link

@elfosardo: This pull request references Bugzilla bug 1899190, which is valid.

6 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target release (4.6.z) matches configured target release for branch (4.6.z)
  • bug is in the state POST, which is one of the valid states (NEW, ASSIGNED, ON_DEV, POST, POST)
  • dependent bug Bugzilla bug 1899198 is in the state VERIFIED, which is one of the valid states (VERIFIED, RELEASE_PENDING, CLOSED (ERRATA))
  • dependent Bugzilla bug 1899198 targets the "4.7.0" release, which is one of the valid target releases: 4.7.0
  • bug has dependents

In response to this:

Bug 1899190: Apply hack to eventlet

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/test-infra repository.

@elfosardo
Copy link
Author

lgtm but for the benefit of the patch manager it's probably worth adding some more context to the PR description e.g the upstream bug reference and the version we expect to properly fix the issue

@hardys I've added some more info in the PR description

@elfosardo
Copy link
Author

/lgtm

But cannot we tag a newer eventlet?

@dtantsur we have already have the new eventlet tagged in ocp 4.6 but it's not being installed for some reason. The hack although works while I try to understand why the new eventlet is not being picked up.

@sdodson
Copy link
Member

sdodson commented Dec 2, 2020

(patch manager) @elfosardo The main thing a patch manager is going to look for, especially when there's a backlog of PRs, is what the impact is. I've followed the trail to the bug where it has a vague reference to "get the most recent bugfixes" which is a bit shaky, are customers blocked on things without those fixes? Are they nice to have?

@stbenjam
Copy link
Member

stbenjam commented Dec 2, 2020

@elfosardo is probably gone for the day, but IIRC this is a must-have. The broken eventlet makes baremetal IPI uninstallable in some (all?) cases.

@sdodson sdodson added the cherry-pick-approved Indicates a cherry-pick PR into a release branch has been approved by the release branch manager. label Dec 2, 2020
@openshift-merge-robot openshift-merge-robot merged commit eb7834f into openshift:release-4.6 Dec 2, 2020
@openshift-ci-robot
Copy link

@elfosardo: Some pull requests linked via external trackers have merged:

The following pull requests linked via external trackers have not merged:

These pull request must merge or be unlinked from the Bugzilla bug in order for it to move to the next state. Once unlinked, request a bug refresh with /bugzilla refresh.

Bugzilla bug 1899190 has not been moved to the MODIFIED state.

In response to this:

Bug 1899190: Apply hack to eventlet

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/test-infra repository.

@elfosardo
Copy link
Author

(patch manager) @elfosardo The main thing a patch manager is going to look for, especially when there's a backlog of PRs, is what the impact is. I've followed the trail to the bug where it has a vague reference to "get the most recent bugfixes" which is a bit shaky, are customers blocked on things without those fixes? Are they nice to have?

@sdodson I understand the confusion, apologies for that, I will do my best to be more precise in the future. Thanks for the approval

@stbenjam
Copy link
Member

stbenjam commented Dec 4, 2020

/bugzilla refresh

@openshift-ci-robot
Copy link

@stbenjam: Some pull requests linked via external trackers have merged:

The following pull requests linked via external trackers have not merged:

These pull request must merge or be unlinked from the Bugzilla bug in order for it to move to the next state. Once unlinked, request a bug refresh with /bugzilla refresh.

Bugzilla bug 1899190 has not been moved to the MODIFIED state.

In response to this:

/bugzilla refresh

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/test-infra repository.

@stbenjam
Copy link
Member

stbenjam commented Dec 4, 2020

/bugzilla refresh

@openshift-ci-robot
Copy link

@stbenjam: Bugzilla bug 1899190 is in an unrecognized state (MODIFIED) and will not be moved to the MODIFIED state.

In response to this:

/bugzilla refresh

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/test-infra repository.

@stbenjam
Copy link
Member

stbenjam commented Dec 4, 2020

Ok should be set - I took out #52 from the BZ so this one is in the correct state. @sdodson Will this ship in 4.6.7?

4.6.6 shipped the broken eventlet :-(

@sdodson
Copy link
Member

sdodson commented Dec 4, 2020

@stbenjam No, this missed 4.6.7 which wrapped up last week, it will make whatever is after that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. bugzilla/severity-high Referenced Bugzilla bug's severity is high for the branch this PR is targeting. bugzilla/valid-bug Indicates that a referenced Bugzilla bug is valid for the branch this PR is targeting. cherry-pick-approved Indicates a cherry-pick PR into a release branch has been approved by the release branch manager. lgtm Indicates that a PR is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

8 participants