gavinchou commented on code in PR #53147:
URL: https://github.com/apache/doris/pull/53147#discussion_r2202371700
##########
be/src/cloud/cloud_storage_engine.cpp:
##########
@@ -1141,5 +1145,72 @@ Status
CloudStorageEngine::unregister_compaction_stop_token(CloudTabletSPtr tabl
return Status::OK();
}
+Status CloudStorageEngine::_check_all_root_path_cluster_id() {
+ // Check if all root paths have the same cluster id
+ std::set<int32_t> cluster_ids;
Review Comment:
这个弄个map id -> vector<store_path>
出错的时候可以把id 所在的路径都打印出来
--
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]