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 1f0761f commit aee3ec6Copy full SHA for aee3ec6
rust/operator-binary/src/zk_controller.rs
@@ -871,7 +871,7 @@ fn build_server_rolegroup_statefulset(
871
{COMMON_BASH_TRAP_FUNCTIONS}
872
{remove_vector_shutdown_file_command}
873
prepare_signal_handlers
874
- CONTAINERDEBUG_LOG_DIRECTORY={STACKABLE_LOG_DIR}/containerdebug containerdebug --loop &
+ CONTAINERDEBUG_LOG_DIRECTORY={STACKABLE_LOG_DIR}/containerdebug containerdebug --output={STACKABLE_LOG_DIR}/containerdebug-state.json --loop &
875
bin/zkServer.sh start-foreground {STACKABLE_RW_CONFIG_DIR}/zoo.cfg &
876
wait_for_termination $!
877
{create_vector_shutdown_file_command}
0 commit comments