-
Notifications
You must be signed in to change notification settings - Fork 126
OCPBUGS-43994: UPSTREAM: <carry>: kube-apiserver: wire through isTerminating into handler chain #2477
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
Conversation
|
@tchap: 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 |
|
@bertinatto once this pr merges we should also remove the original commit from the current rebase PR. we will let you know. |
831dc34 to
863444a
Compare
|
@tchap: 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 |
@p0lyn0mial How is it supposed to look like? Sorry, I am new to this. |
Please use the same title as 6d6b285, including the Edit: oh, please keep the current description, where you say it reverts 6d6b285. |
…ndler chain This reverts commit 6d6b285 It removes isTerminating check from logging HTTP requests. This check has actually been untested and broken. Reverting the commit does not actually change any behaviour, it only removes duplicate HTTP request logs, which are actually an issue.
863444a to
f6d00c9
Compare
|
@tchap: 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 |
Renamed. |
|
@tchap have you verified it solves the duplicate entries issue ? |
@p0lyn0mial I am on it, will let you know. |
|
/lgtm /hold |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: p0lyn0mial, tchap 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:
Approvers can indicate their approval by writing |
|
/retest-required |
|
@tchap: This pull request references Jira Issue OCPBUGS-43994, which is valid. 3 validation(s) were run on this bug
Requesting review from QA contact: The bug has been updated to refer to the pull request using the external bug tracker. In 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. |
|
I tested this manully /unhold |
|
/retest-required |
|
@p0lyn0mial: This PR has been marked as verified by In 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. |
|
@bertinatto @jacobsee please don't forget to remove the patch from the current rebase PR. |
|
@tchap: The following tests failed, say
Full PR test history. Your PR dashboard. 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. I understand the commands that are listed here. |
ecfa8cc
into
openshift:master
|
@tchap: Jira Issue OCPBUGS-43994: Some pull requests linked via external trackers have merged: The following pull request, linked via external tracker, has not merged:
All associated pull requests must be merged or unlinked from the Jira bug in order for it to move to the next state. Once unlinked, request a bug refresh with Jira Issue OCPBUGS-43994 has not been moved to the MODIFIED state. This PR is marked as verified. If the remaining PRs listed above are marked as verified before merging, the issue will automatically be moved to VERIFIED after all of the changes from the PRs are available in an accepted nightly payload. In 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. |
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
This reverts commit 6d6b285
It removes isTerminating check from logging HTTP requests.
This check has actually been untested and broken. Reverting the commit
does not actually change any behaviour, it only removes duplicate HTTP
request logs, which are actually an issue.
Which issue(s) this PR fixes:
N/A
Special notes for your reviewer:
N/A
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.:
N/A