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

Allow ClusterState.Custom to be created on initial cluster states #26144

Merged
merged 5 commits into from Aug 11, 2017

Commits on Aug 10, 2017

  1. Allow ClusterState.Custom to be created on initial cluster states

    Today we have a `null` invariant on all `ClusterState.Custom`. This makes
    several code paths complicated and requires complex state handling in some cases.
    This change allows to register a custom supplier that is used to initialize the
    initial clusterstate with these transient customs.
    s1monw committed Aug 10, 2017
    Configuration menu
    Copy the full SHA
    fdef7e8 View commit details
    Browse the repository at this point in the history
  2. fix test and add javadocs:

    s1monw committed Aug 10, 2017
    Configuration menu
    Copy the full SHA
    db25bdb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8020bcf View commit details
    Browse the repository at this point in the history
  4. apply suggestions

    s1monw committed Aug 10, 2017
    Configuration menu
    Copy the full SHA
    6d357b4 View commit details
    Browse the repository at this point in the history
  5. fix line len

    s1monw committed Aug 10, 2017
    Configuration menu
    Copy the full SHA
    9d448e4 View commit details
    Browse the repository at this point in the history