freemandealer commented on code in PR #64496:
URL: https://github.com/apache/doris/pull/64496#discussion_r3441311015
##########
be/src/io/cache/fs_file_cache_storage.cpp:
##########
@@ -287,6 +322,99 @@ Status
FSFileCacheStorage::change_key_meta_expiration(const FileCacheKey& key,
return Status::OK();
}
+Status FSFileCacheStorage::list_duplicate_key_dirs(
Review Comment:
This is not a frequent operation. It will be limited to 1000 directories
once in a while. I test it locally, it will be completed in 30ms.
--
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]