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: [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]

Reply via email to