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

Failing to acquire lock should throw only a warning #280

Merged
merged 2 commits into from
Mar 5, 2018

Conversation

scholzj
Copy link
Member

@scholzj scholzj commented Mar 4, 2018

Type of change

  • Bugfix
  • Enhancement / new feature
  • Refactoring

Description

When we fail to acquire the lock in reconcile, it usually simply means that other operation is running and needs more time. Therefore we should not print an error message but only a warning. This PR changes the log level and additionally adds FAQ section to the documentation which explains more details about this warning.

Grammar edits to the documentation should go directly into the branch

Checklist

  • Update documentation

@scholzj scholzj requested review from tombentley and ppatierno March 4, 2018 17:51
Copy link
Member

@ppatierno ppatierno left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Member

@tombentley tombentley left a comment

Choose a reason for hiding this comment

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

LGTM

@scholzj scholzj merged commit 9d1ff2e into master Mar 5, 2018
@scholzj scholzj deleted the failed-to-acquire-lock-warning branch March 5, 2018 09:55
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