Skip to content

Commit 984b633

Browse files
committed
added todo for restart controller
1 parent 63a2072 commit 984b633

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

rust/operator-binary/src/hdfs_controller.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -900,6 +900,10 @@ fn rolegroup_statefulset(
900900
..StatefulSetSpec::default()
901901
};
902902

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)
903907
Ok(StatefulSet {
904908
metadata: metadata.build(),
905909
spec: Some(statefulset_spec),

0 commit comments

Comments
 (0)