Skip to content

Commit

Permalink
Address log message spew when committing multiple sinks
Browse files Browse the repository at this point in the history
  • Loading branch information
mwylde committed Dec 27, 2024
1 parent be81d13 commit 15093c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/arroyo-operator/src/operator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -919,7 +919,7 @@ async fn operator_run_behavior(
}
}

p = sel.next() => {
p = sel.next(), if !shutdown_after_commit => {
match p {
Some(((idx, message), s)) => {
let local_idx = idx;
Expand Down

0 comments on commit 15093c0

Please sign in to comment.