Skip to content

Add prepared logs to the logging test #412

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

Merged
merged 5 commits into from
Jun 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,12 @@ All notable changes to this project will be documented in this file.
- BREAKING (behaviour): Specified CPU resources are now applied correctly (instead of rounding it to the next whole number).
This might affect your jobs, as they now e.g. only have 200m CPU resources requested instead of the 1000m it had so far,
meaning they might slow down significantly ([#408]).
- Processing of corrupted log events fixed; If errors occur, the error
messages are added to the log event ([#412]).

[#401]: https://github.com/stackabletech/spark-k8s-operator/pull/401
[#408]: https://github.com/stackabletech/spark-k8s-operator/pull/408
[#412]: https://github.com/stackabletech/spark-k8s-operator/pull/412

## [24.3.0] - 2024-03-20

Expand Down
102 changes: 48 additions & 54 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading