wangbo commented on code in PR #38238: URL: https://github.com/apache/doris/pull/38238#discussion_r1687864558
########## be/src/olap/tablet.h: ########## @@ -107,6 +107,7 @@ class Tablet final : public BaseTablet { const std::string_view& cumulative_compaction_type = ""); DataDir* data_dir() const { return _data_dir; } + size_t path_hash() const override { return _data_dir->path_hash(); } Review Comment: 存算分离下tablet保存的_data_dir是他缓存本地数据的磁盘吗 ########## be/src/olap/tablet.h: ########## @@ -107,6 +107,7 @@ class Tablet final : public BaseTablet { const std::string_view& cumulative_compaction_type = ""); DataDir* data_dir() const { return _data_dir; } + size_t path_hash() const override { return _data_dir->path_hash(); } Review Comment: 存算分离下tablet保存的_data_dir是他缓存本地数据的磁盘吗 @gavinchou -- 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