yiguolei commented on code in PR #38238:
URL: https://github.com/apache/doris/pull/38238#discussion_r1687507174


##########
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:
   这个得跟gavin 哥对一下存算分离的时候,一个tablet的缓存数据,是否还在一个单一的盘上,也就是这个path hash 是否合理。



-- 
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

Reply via email to