Skip to content

Commit 4e3e488

Browse files
committed
fix containerdebug log dir
1 parent ea83d42 commit 4e3e488

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rust/operator-binary/src/superset_controller.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -810,7 +810,7 @@ fn build_server_rolegroup_statefulset(
810810
811811
{remove_vector_shutdown_file_command}
812812
prepare_signal_handlers
813-
CONTAINERDEBUG_LOG_DIRECTORY={STACKABLE_LOG_DIR}/containerdebug containerdebug --output={STACKABLE_LOG_DIR}/containerdebug-state.json --loop &
813+
containerdebug --output={STACKABLE_LOG_DIR}/containerdebug/containerdebug-state.json --loop &
814814
gunicorn --bind 0.0.0.0:${{SUPERSET_PORT}} --worker-class gthread --threads 20 --timeout {webserver_timeout} --limit-request-line 0 --limit-request-field_size 0 'superset.app:create_app()' &
815815
wait_for_termination $!
816816

tests/templates/kuttl/smoke/30-assert.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ apiVersion: kuttl.dev/v1beta1
3333
kind: TestAssert
3434
timeout: 120
3535
commands:
36-
- script: kubectl exec -n $NAMESPACE --container superset superset-node-default-0 -- cat /stackable/log/containerdebug-state.json | jq --exit-status
36+
- script: kubectl exec -n $NAMESPACE --container superset superset-node-default-0 -- cat /stackable/log/containerdebug/containerdebug-state.json | jq --exit-status

0 commit comments

Comments
 (0)