Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
benesch committed Dec 22, 2024
1 parent d2ef996 commit c8279d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/compute/src/sink/copy_to_s3_oneshot.rs
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ where
);

Some(Rc::new(scopeguard::guard((), move |_| {
info!("sink told to drop: {sink_id}");
if let Some(protocol_handle) = response_protocol_weak.upgrade() {
std::mem::drop(protocol_handle.borrow_mut().take())
}
Expand Down

0 comments on commit c8279d9

Please sign in to comment.