gavinchou commented on code in PR #66847:
URL: https://github.com/apache/doris/pull/66847#discussion_r3803051092
##########
be/src/cloud/cloud_delta_writer.cpp:
##########
@@ -99,9 +101,16 @@ Status CloudDeltaWriter::write(const Block* block, const
TabletAddRowsPayload& r
CHECK(_is_init || _is_cancelled);
{
SCOPED_TIMER(_wait_flush_limit_timer);
- while (_memtable_writer->flush_running_count() >=
- config::memtable_flush_running_count_limit) {
+ auto* s3_file_upload_pool =
ExecEnv::GetInstance()->s3_file_upload_thread_pool();
Review Comment:
what about HDFS?
--
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]