Skip to content

Commit

Permalink
update suppresser
Browse files Browse the repository at this point in the history
  • Loading branch information
xxchan committed Mar 11, 2024
1 parent a2efd74 commit 6b18a7b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/stream/src/executor/source/source_backfill_executor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -212,14 +212,13 @@ impl<S: StateStore> SourceBackfillExecutorInner<S> {
.iter()
.map(|column_desc| column_desc.column_id)
.collect_vec();
let source_ctx = SourceContext::new_with_suppressor(
let source_ctx = SourceContext::new(
self.actor_ctx.id,
self.stream_source_core.source_id,
self.actor_ctx.fragment_id,
source_desc.metrics.clone(),
self.source_ctrl_opts.clone(),
self.connector_params.connector_client.clone(),
self.actor_ctx.error_suppressor.clone(),
source_desc.source.config.clone(),
self.stream_source_core.source_name.clone(),
);
Expand Down

0 comments on commit 6b18a7b

Please sign in to comment.