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

feat: Support graceful shutdown #402

Merged
merged 26 commits into from
Nov 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
ad0bf91
feat: Support graceful shutdown
sbernauer Oct 11, 2023
9e8e19c
improve docs
sbernauer Oct 11, 2023
b8e5ac1
change default timeout for masters to 20min
sbernauer Oct 11, 2023
6df4e0d
docs
sbernauer Oct 11, 2023
56fcd3b
charts
sbernauer Oct 11, 2023
0b94a07
Add chaos monkey test (disabled)
sbernauer Oct 12, 2023
0ccb522
link to Issue
sbernauer Oct 12, 2023
c10c5da
Update docs/modules/hbase/pages/usage-guide/operations/graceful-shutd…
sbernauer Oct 18, 2023
091a40a
Merge branch 'main' into feat/graceful-shutdown
sbernauer Oct 18, 2023
07b1be2
bump to op-rs 0.50.0
sbernauer Oct 18, 2023
7b22839
improve error handling
sbernauer Oct 18, 2023
a4ce27b
Updated docs with graceful shutdown description
Jimvin Oct 18, 2023
ff7135b
Revert "Updated docs with graceful shutdown description"
sbernauer Oct 19, 2023
753a77a
move into constants
sbernauer Oct 19, 2023
64994bb
docs: fix quoting
sbernauer Oct 19, 2023
5a27400
doc wording
sbernauer Oct 19, 2023
988b21c
Update docs/modules/hbase/pages/usage-guide/operations/graceful-shutd…
sbernauer Oct 19, 2023
dfc8643
newlines. newlines everywhere
sbernauer Oct 19, 2023
691c836
newline
sbernauer Oct 19, 2023
49463e9
fix: Vector graceful shutdown
sbernauer Oct 27, 2023
1bd56f9
update operator-rs
sbernauer Oct 31, 2023
2e98faa
chore: Bump operator-rs to 0.56.0
sbernauer Oct 31, 2023
25d2592
Revert "chore: Bump operator-rs to 0.56.0"
sbernauer Oct 31, 2023
75048df
Merge remote-tracking branch 'origin/main' into feat/graceful-shutdown
sbernauer Oct 31, 2023
8a20762
Merge branch 'main' into feat/graceful-shutdown
sbernauer Oct 31, 2023
fe8071f
fix: Stupid, stupid little typo
sbernauer Nov 2, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
- Default stackableVersion to operator version ([#385]).
- Configuration overrides for the JVM security properties, such as DNS caching ([#389]).
- Support PodDisruptionBudgets ([#399]).
- Support graceful shutdown ([#402]).

### Changed

- `vector` `0.26.0` -> `0.31.0` ([#382]).
- `operator-rs` `0.44.0` -> `0.52.1` ([#385], [#399]).

### Fixed

Expand All @@ -22,6 +22,7 @@
[#389]: https://github.com/stackabletech/hbase-operator/pull/389
[#394]: https://github.com/stackabletech/hbase-operator/pull/394
[#399]: https://github.com/stackabletech/hbase-operator/pull/399
[#402]: https://github.com/stackabletech/hbase-operator/pull/402

## [23.7.0] - 2023-07-14

Expand Down
Loading