Skip to content

Commit aee3ec6

Browse files
committed
Save containerdebug state too
1 parent 1f0761f commit aee3ec6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/operator-binary/src/zk_controller.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -871,7 +871,7 @@ fn build_server_rolegroup_statefulset(
871871
{COMMON_BASH_TRAP_FUNCTIONS}
872872
{remove_vector_shutdown_file_command}
873873
prepare_signal_handlers
874-
CONTAINERDEBUG_LOG_DIRECTORY={STACKABLE_LOG_DIR}/containerdebug containerdebug --loop &
874+
CONTAINERDEBUG_LOG_DIRECTORY={STACKABLE_LOG_DIR}/containerdebug containerdebug --output={STACKABLE_LOG_DIR}/containerdebug-state.json --loop &
875875
bin/zkServer.sh start-foreground {STACKABLE_RW_CONFIG_DIR}/zoo.cfg &
876876
wait_for_termination $!
877877
{create_vector_shutdown_file_command}

0 commit comments

Comments
 (0)