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

Suppress lease background sync failures if stopping #40902

Commits on Apr 5, 2019

  1. Suppress lease background sync failures if stopping

    If the transport service is stopped, likely because we are shutting
    down, and a retention lease background sync fires the logs will display
    a warn message and stacktrace. Yet, this situaton is harmless and can
    happen as a normal course of business when shutting down. This commit
    suppresses the log messages in this case.
    jasontedor committed Apr 5, 2019
    Configuration menu
    Copy the full SHA
    2d8b67e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed7c4ed View commit details
    Browse the repository at this point in the history
  3. Update tests

    jasontedor committed Apr 5, 2019
    Configuration menu
    Copy the full SHA
    eb493c3 View commit details
    Browse the repository at this point in the history
  4. Fix test logic

    jasontedor committed Apr 5, 2019
    Configuration menu
    Copy the full SHA
    7539466 View commit details
    Browse the repository at this point in the history
  5. Refactor

    jasontedor committed Apr 5, 2019
    Configuration menu
    Copy the full SHA
    9ce0231 View commit details
    Browse the repository at this point in the history
  6. Fix checkstyle

    jasontedor committed Apr 5, 2019
    Configuration menu
    Copy the full SHA
    3d4eb5e View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2019

  1. checkstyle

    jasontedor committed Apr 6, 2019
    Configuration menu
    Copy the full SHA
    8b587b9 View commit details
    Browse the repository at this point in the history