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

Updated "retrying" log message when BackoffFunc implemented #1613

Merged
merged 1 commit into from Feb 19, 2020

Conversation

wblakecaldwell
Copy link
Contributor

The "client/metadata retrying" log message was always reporting
the sleep duration as config.Metadata.Retry.Backoff, regardless
of whether config.Metadata.Retry.BackoffFunc is implemented.

We now report the actual retry time before sleeping.

The "client/metadata retrying" log message was always reporting
the sleep duration as `config.Metadata.Retry.Backoff`, regardless
of whether `config.Metadata.Retry.BackoffFunc` is implemented.

We now report the actual retry time before sleeping.
Copy link
Contributor

@d1egoaz d1egoaz left a comment

Choose a reason for hiding this comment

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

thanks

@d1egoaz d1egoaz merged commit e6bf586 into IBM:master Feb 19, 2020
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.

None yet

2 participants