HappenLee commented on code in PR #34740: URL: https://github.com/apache/doris/pull/34740#discussion_r1597841125
########## be/src/vec/sink/writer/vtablet_writer.cpp: ########## @@ -969,17 +980,50 @@ void VNodeChannel::_close_check() { CHECK(_cur_mutable_block == nullptr) << name(); } +void VNodeChannel::close_first_stage() { + auto st = none_of({_cancelled, _eos_is_produced}); + if (!st.ok()) { + return; Review Comment: Add warning log -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org