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

Cluster Bootstrap and Node Initialization Sequence #970

Closed
diptanu opened this issue Dec 12, 2023 · 4 comments
Closed

Cluster Bootstrap and Node Initialization Sequence #970

diptanu opened this issue Dec 12, 2023 · 4 comments
Assignees
Labels
C-docs Category: documentation

Comments

@diptanu
Copy link

diptanu commented Dec 12, 2023

I would love some explanation about cluster bootstrap and initialization process under the following scenarios -

  1. When cluster is being bootstrapped by starting N number of nodes around the same time with the same configuration(list of nodes).
  2. Node is being restarted which were part of a cluster.

My understanding is that -

  1. a Node need to initialized with only itself.
  2. Add the other nodes as learners
  3. Change the membership to include all the nodes

Every node needs to be running the same sequence. Is that correct?

@diptanu diptanu added the C-docs Category: documentation label Dec 12, 2023
Copy link

👋 Thanks for opening this issue!

Get help or engage by:

  • /help : to print help messages.
  • /assignme : to assign this issue to you.

@diptanu diptanu changed the title Cluster Initialization Sequence Cluster Bootstrap and Node Initialization Sequence Dec 12, 2023
@drmingdrmer drmingdrmer self-assigned this Dec 12, 2023
@drmingdrmer
Copy link
Member

In this PR I added some instructions for initializing a cluster:

Did that help clear up your confusion?

@drmingdrmer
Copy link
Member

@diptanu
Copy link
Author

diptanu commented Dec 14, 2023

@drmingdrmer Thanks for the docs! I am closing the issue. This is super helpful :)

@diptanu diptanu closed this as completed Dec 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-docs Category: documentation
Projects
None yet
Development

No branches or pull requests

2 participants