airborne12 commented on code in PR #31484: URL: https://github.com/apache/doris/pull/31484#discussion_r1508972114
########## be/src/common/config.cpp: ########## @@ -908,6 +908,8 @@ DEFINE_Validator(file_cache_type, [](std::string_view config) -> bool { return config.empty() || config == "file_block_cache"; }); +DEFINE_String(tmp_file_dir, "tmp"); + Review Comment: not using tmp file manager now, just use storage root path tmp directory as temporary writing dir -- 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