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

Improve slow logging in MasterService #45241

Commits on Aug 6, 2019

  1. Improve slow logging in MasterService (elastic#45086)

    Adds a tighter threshold for logging a warning about slowness in the
    `MasterService` instead of relying on the cluster service's 30-second warning
    threshold. This new threshold applies to the computation of the cluster state
    update in isolation, so we get a warning if computing a new cluster state
    update takes longer than 10 seconds even if it is subsequently applied quickly.
    It also applies independently to the length of time it takes to notify the
    cluster state tasks on completion of publication, in case any of these
    notifications holds up the master thread for too long.
    
    Relates elastic#45007
    DaveCTurner committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    f6a3f11 View commit details
    Browse the repository at this point in the history
  2. Fixup

    DaveCTurner committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    de54060 View commit details
    Browse the repository at this point in the history