Skip to content

Commit

Permalink
fix: pass correct param (#16078)
Browse files Browse the repository at this point in the history
  • Loading branch information
zwang28 authored Apr 2, 2024
1 parent 2704525 commit bc4f766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stream/src/task/stream_manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ impl StreamActorManager {
&actor,
self.env.total_mem_usage(),
self.streaming_metrics.clone(),
self.env.config().unique_user_stream_errors,
actor.dispatcher.len(),
);
let vnode_bitmap = actor.vnode_bitmap.as_ref().map(|b| b.into());
let expr_context = actor.expr_context.clone().unwrap();
Expand Down

0 comments on commit bc4f766

Please sign in to comment.