-
Notifications
You must be signed in to change notification settings - Fork 314
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
Manage Elasticsearch nodes with dedicated subcommands #830
Merged
danielmitterdorfer
merged 22 commits into
elastic:master
from
danielmitterdorfer:node-mgmt
Dec 4, 2019
Merged
Changes from 15 commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
c05d278
Manage nodes via subcommands (WIP)
danielmitterdorfer 26943f0
Keep disk I/O state in memory
danielmitterdorfer 4dedb52
Fix tests
danielmitterdorfer 29ae368
Further cleanups
danielmitterdorfer a7d4cc0
Reduce hacks and add an integration test
danielmitterdorfer b90a8f1
More cleanups
danielmitterdorfer af9a597
Tests for DockerLauncher
danielmitterdorfer 3fd6a58
Merge remote-tracking branch 'origin/master' into node-mgmt
danielmitterdorfer 529454e
Platform-neutral Java
danielmitterdorfer d66b6ff
Fine-tune logging
danielmitterdorfer 6d98cf9
Also escape Java path
danielmitterdorfer bf0fb93
Check effective user id only on Posix systems
danielmitterdorfer fcea15e
Adjust paths for launching
danielmitterdorfer d44210d
Some cleanups
danielmitterdorfer fb59b6f
Randomize integration tests on build type
danielmitterdorfer 93383a0
Add user docs
danielmitterdorfer c4a5e38
Restore --keep-cluster-running
danielmitterdorfer 9ef5660
Shutdown lingering Docker containers in integration-tests
danielmitterdorfer a1d6136
Doc fixes
danielmitterdorfer dbbbdb4
Only require race id on startup
danielmitterdorfer b76e5b0
Also remove lingering Docker containers
danielmitterdorfer 947c110
Uncommit
danielmitterdorfer 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
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
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.
s/readd/read
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.
I really meant this as: "add the meta-data again". But this was only valid in an earlier commit so I'll remove the comment entirely.