yiguolei commented on code in PR #54486:
URL: https://github.com/apache/doris/pull/54486#discussion_r2281613976
##########
be/src/vec/sink/writer/async_result_writer.cpp:
##########
@@ -235,13 +256,19 @@ Status
AsyncResultWriter::_projection_block(doris::vectorized::Block& input_bloc
}
void AsyncResultWriter::force_close(Status s) {
+ // If task is failed or wake up early, `close` will be not called.
+ // TODO(gabriel): This is a light blocking operation. However, this should
be removed in future.
Review Comment:
这里为什么要等??
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]