Skip to content

Commit

Permalink
Address log message spew when committing multiple sinks (#817)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwylde authored Dec 28, 2024
1 parent be81d13 commit 30bdba9
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 30bdba9

Please sign in to comment.