Skip to content

Commit

Permalink
Add resolve_no_shuffle_upstream field to RescheduleOptions struct…
Browse files Browse the repository at this point in the history
… for resolving upstream dependencies.
  • Loading branch information
shanicky committed Nov 8, 2023
1 parent 080edb8 commit 7edadcc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/meta/src/stream/scale.rs
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,7 @@ pub fn rebalance_actor_vnode(

#[derive(Debug, Clone, Copy)]
pub struct RescheduleOptions {
/// Whether to resolve the upstream of NoShuffle when scaling. It will check whether all the reschedules in the no shuffle dependency tree are corresponding, and rewrite them to the root of the no shuffle dependency tree.
pub resolve_no_shuffle_upstream: bool,
}

Expand Down

0 comments on commit 7edadcc

Please sign in to comment.