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

Introduce a target cluster size hint setting #3635

Merged

Conversation

michaelklishin
Copy link
Member

This is meant to be used by deployment tools,
core features and plugins that expect a certain minimum
number of cluster nodes to be present.

For example, certain setup steps
in distributed plugins might require
at least three nodes to be available.

This is just a hint, not an enforced
requirement. The default value is 1
so that for single node clusters,
there would be no behavior changes.

@pjk25
Copy link
Contributor

pjk25 commented Nov 3, 2021

@Mergifyio rebase

@pjk25
Copy link
Contributor

pjk25 commented Nov 3, 2021

Rebasing to pick up CI fixes

This is meant to be used by deployment tools,
core features and plugins
that expect a certain minimum
number of cluster nodes
to be present.

For example, certain setup steps
in distributed plugins might require
at least three nodes to be available.

This is just a hint, not an enforced
requirement. The default value is 1
so that for single node clusters,
there would be no behavior changes.
@pjk25 pjk25 force-pushed the mk-cluster-formation-target-cluster-size-hint branch from 0d8b754 to 686dccf Compare November 3, 2021 08:43
@mergify
Copy link

mergify bot commented Nov 3, 2021

rebase

✅ Branch has been successfully rebased

@michaelklishin michaelklishin added this to the 3.9.9 milestone Nov 3, 2021
@michaelklishin michaelklishin merged commit 054b7e4 into master Nov 3, 2021
@michaelklishin michaelklishin deleted the mk-cluster-formation-target-cluster-size-hint branch November 3, 2021 09:13
michaelklishin added a commit that referenced this pull request Nov 3, 2021
Introduce a target cluster size hint setting (backport #3635)
michaelklishin added a commit that referenced this pull request Nov 3, 2021
…uster-size-hint

Introduce a target cluster size hint setting

(cherry picked from commit 054b7e4)

Conflicts:
	deps/rabbit/src/rabbit_nodes.erl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants