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

Heartbeat improvements and handling failures during establishing leadership #3890

Merged
merged 9 commits into from
Mar 12, 2018

Commits on Feb 17, 2018

  1. Registering back to initializing

    Fix a bug in which if the node attributes/meta changed, we would
    re-register the node in status initializing. This would incorrectly
    trigger the client to log that it missed its heartbeat.
    
    It would change the status of the Node to initializing until the next
    heartbeat occured.
    dadgar committed Feb 17, 2018
    Configuration menu
    Copy the full SHA
    f970e3d View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2018

  1. Configuration menu
    Copy the full SHA
    50ac3f1 View commit details
    Browse the repository at this point in the history
  2. timers

    dadgar committed Feb 20, 2018
    Configuration menu
    Copy the full SHA
    9f64e36 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a62f8ae View commit details
    Browse the repository at this point in the history
  4. Need to revoke leadership to clean up in case there was a failure dur…

    …ing leadership establishment
    dadgar committed Feb 20, 2018
    Configuration menu
    Copy the full SHA
    f1877e3 View commit details
    Browse the repository at this point in the history
  5. add a revoke leadership test

    dadgar committed Feb 20, 2018
    Configuration menu
    Copy the full SHA
    cb6a697 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2018

  1. Fix flaky test

    dadgar committed Feb 21, 2018
    Configuration menu
    Copy the full SHA
    08353e8 View commit details
    Browse the repository at this point in the history
  2. logging

    dadgar committed Feb 21, 2018
    Configuration menu
    Copy the full SHA
    ebfd203 View commit details
    Browse the repository at this point in the history
  3. Pull in new autopilot

    dadgar committed Feb 21, 2018
    Configuration menu
    Copy the full SHA
    a013782 View commit details
    Browse the repository at this point in the history