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

UPSTREAM: 44115: scheduler should not log an error when no fit #14714

Merged
merged 1 commit into from
Jun 20, 2017

Conversation

derekwaynecarr
Copy link
Member

@derekwaynecarr
Copy link
Member Author

[test]

cc @aveshagarwal

@openshift-bot
Copy link
Contributor

Evaluated for origin test up to 6ad7ba2

@openshift-bot
Copy link
Contributor

continuous-integration/openshift-jenkins/test SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pull_request_origin/2344/) (Base Commit: aeb4f30) (PR Branch Commit: 6ad7ba2)

if _, ok := err.(*core.FitError); ok {
glog.V(4).Infof("Unable to schedule %v %v: no fit: %v; waiting", pod.Namespace, pod.Name, err)
} else {
glog.Errorf("Error scheduling %v %v: %v; retrying", pod.Namespace, pod.Name, err)
Copy link
Contributor

Choose a reason for hiding this comment

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

My understanding is that to suppress "Error scheduling" too which is in the bug, it would require extending glog.V(4) to else part here. My previous PR addresses aggregation issue as expected in the bug.

@derekwaynecarr
Copy link
Member Author

lets take this as-is since its merged upstream, and see if the specific pod that @eparis has logging needs additional changes.

[merge][severity:blocker]

@openshift-bot
Copy link
Contributor

Evaluated for origin merge up to 6ad7ba2

@openshift-bot
Copy link
Contributor

openshift-bot commented Jun 20, 2017

continuous-integration/openshift-jenkins/merge SUCCESS (https://ci.openshift.redhat.com/jenkins/job/merge_pull_request_origin/1050/) (Base Commit: f2be346) (PR Branch Commit: 6ad7ba2) (Extended Tests: blocker) (Image: devenv-rhel7_6381)

@openshift-bot openshift-bot merged commit 6bc15cb into openshift:master Jun 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants