We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63a2072 commit 984b633Copy full SHA for 984b633
1 file changed
rust/operator-binary/src/hdfs_controller.rs
@@ -900,6 +900,10 @@ fn rolegroup_statefulset(
900
..StatefulSetSpec::default()
901
};
902
903
+ // TODO: The restart-controller is currently not enabled via the label RESTART_CONTROLLER_ENABLED_LABEL.
904
+ // This is due to problems that might appear when restarting pods during the initial formatting of namenodes.
905
+ // See: https://github.com/stackabletech/hdfs-operator/issues/750 (disable restart-controller)
906
+ // https://github.com/stackabletech/issues/issues/816 (enable restart-controller)
907
Ok(StatefulSet {
908
metadata: metadata.build(),
909
spec: Some(statefulset_spec),
0 commit comments