From acef29ded5610818247f25128de5a582f6f5039b Mon Sep 17 00:00:00 2001 From: Xiangjin Date: Thu, 25 Jan 2024 17:14:36 +0800 Subject: [PATCH] incl backtrace similar to sink --- src/stream/src/executor/source/source_executor.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stream/src/executor/source/source_executor.rs b/src/stream/src/executor/source/source_executor.rs index bb1b7860a053e..305882ad3adf9 100644 --- a/src/stream/src/executor/source/source_executor.rs +++ b/src/stream/src/executor/source/source_executor.rs @@ -235,7 +235,7 @@ impl SourceExecutor { ) -> StreamExecutorResult<()> { let core = self.stream_source_core.as_mut().unwrap(); tracing::warn!( - error = %e.as_report(), + error = ?e.as_report(), actor_id = self.actor_ctx.id, source_id = %core.source_id, "stream source reader error",