@Jimvin discovered problems with configuring logging.
Configuring logging on role level did not work, role group level worked with the following config:
journalNodes:
roleGroups:
default:
replicas: 3
config:
logging:
enableVectorAgent: true
containers:
journalnode:
loggers:
ROOT:
level: DEBUG
console:
level: DEBUG
configOverrides: *configOverrides
In the logging tests we use the hdfs container
.
Looking at the code, it seems to be hdfs as well:
|
pub enum NameNodeContainer { |
|
pub enum DataNodeContainer { |
|
pub enum JournalNodeContainer { |
-
Not sure how that can work, this needs investigation.
@Jimvin discovered problems with configuring logging.
Configuring logging on role level did not work, role group level worked with the following config:
In the logging tests we use the
hdfscontainerhdfs-operator/tests/templates/kuttl/logging/04-install-hdfs-automatic-log.yaml.j2
Line 31 in 526f589
Looking at the code, it seems to be
hdfsas well:hdfs-operator/rust/crd/src/lib.rs
Line 1036 in 526f589
hdfs-operator/rust/crd/src/lib.rs
Line 1174 in 526f589
hdfs-operator/rust/crd/src/lib.rs
Line 1296 in 526f589
hdfs-operator/rust/operator-binary/src/product_logging.rs
Line 156 in 526f589
Not sure how that can work, this needs investigation.