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 1539308 - Do not report errors on dupe depros #739

Merged
merged 1 commit into from
Feb 7, 2018

Conversation

eriknelson
Copy link
Contributor

  • These logs suggest an unexpected error has occurred if broker::GetServiceInstance
    fails to find the instance. During the normal deprovision cycle, we will
    likely see multiple requests to deprovision the same instance. This
    method is called in the deprovision handler before it ever hits
    broker::Deprovision, so it's entirely normal for these etcd gets to
    miss. Therefore, these really aren't errors. Still useful to log
    however, as info.

* These logs suggest an unexpected error has occurred if broker::GetServiceInstance
fails to find the instance. During the normal deprovision cycle, we will
likely see multiple requests to deprovision the same instance. This
method is called in the deprovision handler before it ever hits
broker::Deprovision, so it's entirely normal for these etcd gets to
miss. Therefore, these really aren't errors. Still useful to log
however, as info.
@openshift-ci-robot openshift-ci-robot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Feb 6, 2018
@eriknelson eriknelson added 3.10 | release-1.2 Kubernetes 1.10 | Openshift 3.10 | Broker release-1.2 bug labels Feb 7, 2018
Copy link
Member

@djzager djzager left a comment

Choose a reason for hiding this comment

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

ACK

@eriknelson eriknelson merged commit 45a71a5 into openshift:master Feb 7, 2018
@eriknelson eriknelson deleted the bz1539308-master branch February 7, 2018 12:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.10 | release-1.2 Kubernetes 1.10 | Openshift 3.10 | Broker release-1.2 size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants