Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
59 commits
Select commit Hold shift + click to select a range
fac7b5f
updated operator-rs
maltesander Dec 28, 2022
01c4dc7
fragments and logging
maltesander Dec 28, 2022
e7bdcf1
regenerated charts
maltesander Dec 28, 2022
4c4d845
updated versions
maltesander Dec 28, 2022
7f1bc05
snafufied errors
maltesander Dec 28, 2022
aff3b31
started implementing logging
maltesander Dec 28, 2022
41bc18a
wip
maltesander Dec 28, 2022
2e6bfbe
fixed unit tests
maltesander Dec 29, 2022
607bc7f
clippy
maltesander Dec 29, 2022
7f4d783
wip working
maltesander Dec 29, 2022
5229093
started integration tests
maltesander Dec 29, 2022
cb52c7b
integration tests working
maltesander Dec 30, 2022
1dc48e5
removed thiserror
maltesander Dec 30, 2022
a906f39
adapted changelog
maltesander Dec 30, 2022
9f0fcd4
cargo lock
maltesander Dec 30, 2022
4ec34ae
extracted create events to own module
maltesander Jan 3, 2023
17e31f1
local tests working after splitting up into own container files
maltesander Jan 5, 2023
a58588e
clippy
maltesander Jan 5, 2023
fe404cd
fix tests
maltesander Jan 5, 2023
a9634a6
more refactoring
maltesander Jan 5, 2023
16ce3c4
wip - more refactoring
maltesander Jan 6, 2023
0f7b978
added comments
maltesander Jan 6, 2023
03fb093
removed log4j.properties from product config
maltesander Jan 6, 2023
4c1a9e7
clippy
maltesander Jan 6, 2023
1203af7
more improvements
maltesander Jan 6, 2023
bb24b7b
more improvements
maltesander Jan 6, 2023
5858a55
replaced hard coded container names in filter
maltesander Jan 6, 2023
7693cef
reduced min CPU default requirements
maltesander Jan 9, 2023
38f349e
split logging tests into one test for custom and one for automatic lo…
maltesander Jan 9, 2023
3e51418
fix log aggregator test values
maltesander Jan 9, 2023
31658fa
fix log aggregator test values
maltesander Jan 9, 2023
0631e5e
Merge remote-tracking branch 'origin/main' into enable-logging
maltesander Jan 10, 2023
eda2d5e
Apply suggestions from code review
maltesander Jan 11, 2023
46cd9ba
add zkfc mounts only for namenodes
maltesander Jan 11, 2023
d709a96
test logging for all supported hadoop versions and not just latest
maltesander Jan 11, 2023
28358d9
test logging for all supported hadoop versions and not just latest
maltesander Jan 11, 2023
96c4c9b
consolidated hdfs-latest to hadoop-latest
maltesander Jan 11, 2023
de2357a
removed copy of vector toml
maltesander Jan 11, 2023
6d543c5
fixed emtpy spaces and line break in init command
maltesander Jan 11, 2023
951b918
wip - prepared to add logging for init containers, local tests working
maltesander Jan 11, 2023
e8aefae
added logging to init containers
maltesander Jan 12, 2023
4974c03
local tests work
maltesander Jan 12, 2023
d86670f
consolidated node data directory
maltesander Jan 12, 2023
b7af7d7
clippy
maltesander Jan 12, 2023
6c77ff9
increased overall size of logging volume
maltesander Jan 12, 2023
0b97cc3
only hadoop main container (not zkfc) get resources
maltesander Jan 12, 2023
ccda0cc
small fixes
maltesander Jan 13, 2023
8ad519f
Update rust/operator/src/container.rs
maltesander Jan 13, 2023
06904ae
adapted logging file size comment
maltesander Jan 13, 2023
62fd643
made init container logging args return value optional
maltesander Jan 13, 2023
43612b7
fixed comments
maltesander Jan 13, 2023
832738d
added log4j properties for init containers instead of caputuring shel…
maltesander Jan 13, 2023
afa6c0a
refactoring
maltesander Jan 13, 2023
fe0e42d
more refactoring
maltesander Jan 13, 2023
194c81f
docs and comments
maltesander Jan 13, 2023
98194fb
some code reduction
maltesander Jan 13, 2023
1d0d316
moved adding of hdfs main container before vector container
maltesander Jan 16, 2023
60b6ead
added missing container test checks
maltesander Jan 16, 2023
0e716e2
fixed container check
maltesander Jan 16, 2023
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
Prev Previous commit
Next Next commit
added logging to init containers
  • Loading branch information
maltesander committed Jan 12, 2023
commit e8aefae6ffbb1af9a57d2fd6f418b4c6936f1e6e
7 changes: 7 additions & 0 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions rust/operator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git",
stackable-hdfs-crd = { path = "../crd" }

futures = "0.3"
indoc = "1.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
snafu = "0.7"
Expand Down
Loading