gavinchou commented on code in PR #38238:
URL: https://github.com/apache/doris/pull/38238#discussion_r1687838348
##########
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数据是平均分布在所有的盘上的。
--
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]