This is an automated email from the ASF dual-hosted git repository. gabriellee pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push: new 8da1a9a3708 [pipeline](fix) remove unreasonable CHECK (#26504) 8da1a9a3708 is described below commit 8da1a9a3708af57390699e4645df50d80f995737 Author: Gabriel <gabrielleeb...@gmail.com> AuthorDate: Tue Nov 7 15:48:07 2023 +0800 [pipeline](fix) remove unreasonable CHECK (#26504) --- be/src/pipeline/exec/exchange_sink_buffer.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/be/src/pipeline/exec/exchange_sink_buffer.cpp b/be/src/pipeline/exec/exchange_sink_buffer.cpp index 6003d41b5d5..577eb4a4622 100644 --- a/be/src/pipeline/exec/exchange_sink_buffer.cpp +++ b/be/src/pipeline/exec/exchange_sink_buffer.cpp @@ -52,7 +52,6 @@ void BroadcastPBlockHolder::unref() noexcept { auto old_value = _ref_count._value.fetch_sub(1); if (_dep && old_value == 1) { _dep->return_available_block(); - CHECK(available()); } } --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org