bobhan1 commented on code in PR #65658:
URL: https://github.com/apache/doris/pull/65658#discussion_r3794449433
##########
be/src/io/fs/packed_file_manager.cpp:
##########
@@ -372,7 +372,7 @@ Status PackedFileManager::append_small_file(const
std::string& path, const Slice
// Async write data to file cache using small file path as cache key.
// This ensures cache key matches the cleanup key in Rowset::clear_cache(),
// allowing proper cache cleanup when stale rowsets are removed.
- if (info.write_file_cache) {
+ if (info.write_file_cache &&
config::enable_file_cache_write_from_s3_file_writer) {
Review Comment:
这是为了能开着这个配置跑p0之类的
--
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]