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

[Zen2] Introduce ClusterBootstrapService #35488

Merged

Commits on Nov 13, 2018

  1. [Zen2] Introduce ClusterBootstrapService

    Today, the bootstrapping of a Zen2 cluster is driven externally, requiring
    something else to wait for discovery to converge and then to inject the initial
    configuration. This is hard to use in some situations, such as REST tests.
    
    This change introduces the `ClusterBootstrapService` which brings the bootstrap
    retry logic within each node and allows it to be controlled via an (unsafe)
    node setting.
    DaveCTurner committed Nov 13, 2018
    Configuration menu
    Copy the full SHA
    69c66fe View commit details
    Browse the repository at this point in the history
  2. Add tests for stopping

    DaveCTurner committed Nov 13, 2018
    Configuration menu
    Copy the full SHA
    bb41ca9 View commit details
    Browse the repository at this point in the history
  3. Bogus assertion

    DaveCTurner committed Nov 13, 2018
    Configuration menu
    Copy the full SHA
    63631fc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6e13fda View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d56d314 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5c8f24d View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2018

  1. Configuration menu
    Copy the full SHA
    150f47b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f7e951 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    85daaf1 View commit details
    Browse the repository at this point in the history
  4. Fix message

    DaveCTurner committed Nov 14, 2018
    Configuration menu
    Copy the full SHA
    12d90d2 View commit details
    Browse the repository at this point in the history
  5. Inline once-called method

    DaveCTurner committed Nov 14, 2018
    Configuration menu
    Copy the full SHA
    b5bed1d View commit details
    Browse the repository at this point in the history
  6. More inlining

    DaveCTurner committed Nov 14, 2018
    Configuration menu
    Copy the full SHA
    49e19ec View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2018

  1. Configuration menu
    Copy the full SHA
    843f62d View commit details
    Browse the repository at this point in the history
  2. Import

    DaveCTurner committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    a6221d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e480d00 View commit details
    Browse the repository at this point in the history