-
Notifications
You must be signed in to change notification settings - Fork 25k
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
Bootstrap a Zen2 cluster once quorum is discovered #37463
Merged
DaveCTurner
merged 27 commits into
elastic:master
from
DaveCTurner:2018-01-09-simple-cluster-bootstrap-service
Jan 22, 2019
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
8f538fc
Simplify ClusterBootstrapService
DaveCTurner 9742709
Line length
DaveCTurner 3a040f4
Merge branch 'master' into 2018-01-09-simple-cluster-bootstrap-service
DaveCTurner c4555ac
Assert that the bootstrap configuration contains only Zen2 master-eli…
DaveCTurner 61af11d
Clarify why bootstrapping was cancelled
DaveCTurner 7d70a29
Throw exception if requirements match multiple nodes or v.v.
DaveCTurner 2ff94a0
Do not retry if bootstrapping throws an exception
DaveCTurner 526acba
Do not include any extra nodes in the bootstrap configuration
DaveCTurner 9d2bc20
Revert "Do not retry if bootstrapping throws an exception"
DaveCTurner 8df9f66
Best-effort avoidance of bootstrapping if already bootstrapped
DaveCTurner 39d37da
Merge branch 'master' into 2018-01-09-simple-cluster-bootstrap-service
DaveCTurner 7a75c0b
Line length
DaveCTurner 1c10574
Bootstrap a Zen2 cluster once quorum is discovered
DaveCTurner 28b9d46
One blasted character over the limit
DaveCTurner 8185e13
Add ClusterBootstrapService::isBootstrapPlaceholder
DaveCTurner dfaa7de
Unnecessary assert
DaveCTurner c0d62af
Use clusterNode.applyInitialConfiguration
DaveCTurner eadc797
Reject duplicate requirements early
DaveCTurner f5b75f4
Use placeholders in coordinator tests
DaveCTurner a83dff7
Rename initialMasterNodes to bootstrapRequirements
DaveCTurner c716734
Include requirement in the bootstrap placeholder
DaveCTurner f30ab6e
Permit bootstrapping in any mode
DaveCTurner c639939
Merge branch 'master' into 2018-01-09-simple-cluster-bootstrap-service
DaveCTurner b40144f
Add trailing hyphen to placeholder prefix
DaveCTurner 2878bd6
Trace logging
DaveCTurner b757444
Make requirements unmodifiable
DaveCTurner 72e6787
Merge branch 'master' into 2018-01-09-simple-cluster-bootstrap-service
DaveCTurner File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
41 changes: 0 additions & 41 deletions
41
...rc/main/java/org/elasticsearch/action/admin/cluster/bootstrap/BootstrapClusterAction.java
This file was deleted.
Oops, something went wrong.
65 changes: 0 additions & 65 deletions
65
...c/main/java/org/elasticsearch/action/admin/cluster/bootstrap/BootstrapClusterRequest.java
This file was deleted.
Oops, something went wrong.
66 changes: 0 additions & 66 deletions
66
.../main/java/org/elasticsearch/action/admin/cluster/bootstrap/BootstrapClusterResponse.java
This file was deleted.
Oops, something went wrong.
179 changes: 0 additions & 179 deletions
179
...rc/main/java/org/elasticsearch/action/admin/cluster/bootstrap/BootstrapConfiguration.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍