Skip to content

Commit

Permalink
try to fix distributed pipeline error mechanism bug
Browse files Browse the repository at this point in the history
  • Loading branch information
JackTan25 committed Jul 12, 2023
1 parent ee97a48 commit 19ab4ff
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ impl StatisticsSender {
}

pub fn shutdown(&mut self, error: Option<ErrorCode>) {
self.shutdown_flag.store(true, Ordering::Release);
let shutdown_flag_sender = self.shutdown_flag_sender.clone();

let join_handle = self.join_handle.take();
Expand Down

0 comments on commit 19ab4ff

Please sign in to comment.