morningman commented on code in PR #21153: URL: https://github.com/apache/doris/pull/21153#discussion_r1241207322
########## be/src/io/fs/buffered_reader.cpp: ########## @@ -363,13 +364,19 @@ Status MergeRangeFileReader::_fill_box(int range_index, size_t start_offset, siz return Status::OK(); } +constexpr static int WAIT_TIME_OUT_MS = 600000; Review Comment: Why using 10min? -- 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