Skip to content

Commit

Permalink
incl backtrace similar to sink
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangjinwu committed Jan 25, 2024
1 parent 8bb416f commit acef29d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stream/src/executor/source/source_executor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ impl<S: StateStore> SourceExecutor<S> {
) -> 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",
Expand Down

0 comments on commit acef29d

Please sign in to comment.