-
Notifications
You must be signed in to change notification settings - Fork 11
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
Add a high level description of graceful shutdown #473
Merged
Conversation
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
Co-authored-by: Jim Halfpenny <jim@source321.com>
✅ Deploy Preview for stackable-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
sbernauer
added a commit
to stackabletech/hdfs-operator
that referenced
this pull request
Oct 19, 2023
This reverts commit 7733ec1. Moved to stackabletech/documentation#473
Jimvin
approved these changes
Oct 19, 2023
github-merge-queue bot
pushed a commit
to stackabletech/hdfs-operator
that referenced
this pull request
Oct 19, 2023
* feat: Support graceful shutdown * update docs * docs * changelog * link code in docs * increase default of datanodes to 30 min * move into constants * use new operator-rs * docs: Format 15 minutes * Use new operator-rs * improve docs * fix link * use operator-rs 0.55.0 * fixup * improve docs * set error context * Added a high level description of graceful shutdown * Revert "Added a high level description of graceful shutdown" This reverts commit 7733ec1. Moved to stackabletech/documentation#473 --------- Co-authored-by: Jim Halfpenny <jim@source321.com>
sbernauer
added a commit
to stackabletech/hbase-operator
that referenced
this pull request
Oct 19, 2023
This reverts commit a4ce27b. Merged in stackabletech/documentation#473
github-merge-queue bot
pushed a commit
to stackabletech/hdfs-operator
that referenced
this pull request
Nov 2, 2023
* feat: Support graceful shutdown * update docs * docs * changelog * link code in docs * increase default of datanodes to 30 min * move into constants * use new operator-rs * docs: Format 15 minutes * Use new operator-rs * improve docs * fix link * use operator-rs 0.55.0 * fixup * improve docs * set error context * Added a high level description of graceful shutdown * Revert "Added a high level description of graceful shutdown" This reverts commit 7733ec1. Moved to stackabletech/documentation#473 * Move rustdoc above field attributes * Avoid snafu context(false) * docs wording * newline * fix: Vector graceful shutdown * downgrade ring again * fix links * use new operator-rs * chore: Bump operator-rs to 0.56.0 * Revert "chore: Bump operator-rs to 0.56.0" This reverts commit 4e14d57. * Update docs/modules/hdfs/pages/usage-guide/operations/graceful-shutdown.adoc Co-authored-by: Siegfried Weber <mail@siegfriedweber.net> --------- Co-authored-by: Jim Halfpenny <jim@source321.com> Co-authored-by: Siegfried Weber <mail@siegfriedweber.net>
github-merge-queue bot
pushed a commit
to stackabletech/hbase-operator
that referenced
this pull request
Nov 2, 2023
* feat: Support graceful shutdown * improve docs * change default timeout for masters to 20min * docs * charts * Add chaos monkey test (disabled) * link to Issue * Update docs/modules/hbase/pages/usage-guide/operations/graceful-shutdown.adoc * bump to op-rs 0.50.0 * improve error handling * Updated docs with graceful shutdown description * Revert "Updated docs with graceful shutdown description" This reverts commit a4ce27b. Merged in stackabletech/documentation#473 * move into constants * docs: fix quoting * doc wording * Update docs/modules/hbase/pages/usage-guide/operations/graceful-shutdown.adoc Co-authored-by: Techassi <sascha.lautenschlaeger@stackable.tech> * newlines. newlines everywhere * newline * fix: Vector graceful shutdown * update operator-rs * chore: Bump operator-rs to 0.56.0 * Revert "chore: Bump operator-rs to 0.56.0" This reverts commit 2e98faa. * fix: Stupid, stupid little typo --------- Co-authored-by: Jim Halfpenny <jim@source321.com> Co-authored-by: Techassi <sascha.lautenschlaeger@stackable.tech>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Extracted from stackabletech/hdfs-operator#407