Skip to content

Conversation

@openshift-ci-robot
Copy link

@ewolinetz: 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:

Bug 1725249 : Updating to not set CPU limit unless it is explicitly set

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 size/L Denotes a PR that changes 100-499 lines, ignoring generated files. approved Indicates a PR has been approved by an approver from all required OWNERS files. labels Jul 18, 2019
@sferich888
Copy link

sferich888 commented Jul 18, 2019

/bugzilla refresh

Copy link
Contributor

@jcantrill jcantrill left a comment

Choose a reason for hiding this comment

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

/lgtm

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Jul 18, 2019
@jcantrill
Copy link
Contributor

/retest

@openshift-ci-robot
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: ewolinetz, jcantrill

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 [ewolinetz,jcantrill]

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

@openshift-bot
Copy link
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

@ewolinetz
Copy link
Contributor Author

/bugzilla refresh

@openshift-ci-robot
Copy link

@ewolinetz: 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:

/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.

@ewolinetz ewolinetz changed the title Bug 1725249 : Updating to not set CPU limit unless it is explicitly set Bug 1725249: Updating to not set CPU limit unless it is explicitly set Jul 18, 2019
@openshift-ci-robot
Copy link

@ewolinetz: This pull request references an invalid Bugzilla bug:

  • expected dependent Bugzilla bug to be in one of the following states: VERIFIED, RELEASE_PENDING, CLOSED (ERRATA), but it is ON_QA instead

Comment /bugzilla refresh to re-evaluate validity if changes to the Bugzilla bug are made, or edit the title of this pull request to link to a different bug.

In response to this:

Bug 1725249: Updating to not set CPU limit unless it is explicitly set

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 bugzilla/invalid-bug Indicates that a referenced Bugzilla bug is invalid for the branch this PR is targeting. label Jul 18, 2019
@ewolinetz
Copy link
Contributor Author

/bugzilla refresh

@openshift-ci-robot
Copy link

@ewolinetz: This pull request references an invalid Bugzilla bug:

  • expected dependent Bugzilla bug to be in one of the following states: VERIFIED, RELEASE_PENDING, CLOSED (ERRATA), but it is ON_QA instead

Comment /bugzilla refresh to re-evaluate validity if changes to the Bugzilla bug are made, or edit the title of this pull request to link to a different bug.

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.

@eparis
Copy link
Member

eparis commented Jul 24, 2019

/bugzilla refresh

@openshift-ci-robot openshift-ci-robot added bugzilla/valid-bug Indicates that a referenced Bugzilla bug is valid for the branch this PR is targeting. and removed bugzilla/invalid-bug Indicates that a referenced Bugzilla bug is invalid for the branch this PR is targeting. labels Jul 24, 2019
@openshift-ci-robot
Copy link

@eparis: This pull request references a valid Bugzilla bug.

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.

@openshift-ci-robot
Copy link

@ewolinetz: This pull request references a valid Bugzilla bug.

In response to this:

Bug 1725249: Updating to not set CPU limit unless it is explicitly set

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.

@jwforres
Copy link
Member

QE has validated the fix for this in 4.2 at least as far as new installs are concerned, so i'll approve this so we don't get any more installs set up this way. I do have a question on what happens if I have an EO already installed that was incorrectly setting limits, and we ship them this newer version of the operator. Will the newer EO automatically fix up the existing incorrect limits?

@jwforres jwforres added the cherry-pick-approved Indicates a cherry-pick PR into a release branch has been approved by the release branch manager. label Jul 30, 2019
@openshift-merge-robot openshift-merge-robot merged commit becd7f5 into openshift:release-4.1 Jul 30, 2019
@jcantrill
Copy link
Contributor

QE has validated the fix for this in 4.2 at least as far as new installs are concerned, so i'll approve this so we don't get any more installs set up this way. I do have a question on what happens if I have an EO already installed that was incorrectly setting limits, and we ship them this newer version of the operator. Will the newer EO automatically fix up the existing incorrect limits?

@ewolinetz do you know offhand? I would expect the CLO to recognize the difference in the CR and update the elasticsearch object causing the EO to see the difference and do a rolling restart of the cluster to reconcile.

@ewolinetz
Copy link
Contributor Author

QE has validated the fix for this in 4.2 at least as far as new installs are concerned, so i'll approve this so we don't get any more installs set up this way. I do have a question on what happens if I have an EO already installed that was incorrectly setting limits, and we ship them this newer version of the operator. Will the newer EO automatically fix up the existing incorrect limits?

I would expect the CLO to recognize the difference in the CR and update the elasticsearch object causing the EO to see the difference and do a rolling restart of the cluster to reconcile.

As long as the elasticsearch CR is defined where it does not have a limit set for it, then yes, I believe this updated EO should correct an already deployed Deployment

@ewolinetz ewolinetz deleted the 41_cpu_limit_fix branch December 1, 2020 17:09
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/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. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants