zclllyybb commented on code in PR #34740: URL: https://github.com/apache/doris/pull/34740#discussion_r1601180459
########## be/src/runtime/load_channel.cpp: ########## @@ -195,6 +196,22 @@ Status LoadChannel::_handle_eos(BaseTabletsChannel* channel, auto index_id = request.index_id(); RETURN_IF_ERROR(channel->close(this, request, response, &finished)); + + // for init node, we close waiting(hang on) all close request and let them return together. + if (!channel->is_incremental_channel()) { Review Comment: check auto partition -- 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