chaoyli commented on a change in pull request #336: First commit of new tablet
repair framework
URL: https://github.com/apache/incubator-doris/pull/336#discussion_r237844256
##########
File path: be/src/olap/olap_engine.cpp
##########
@@ -2750,6 +2767,34 @@ OLAPStatus OLAPEngine::finish_clone(OLAPTablePtr
tablet, const string& clone_dir
return res;
}
+OLAPStatus OLAPEngine::obtain_shard_path_by_hash(
+ int64_t path_hash, std::string* shard_path, OlapStore** store) {
+ OLAP_LOG_INFO("begin to process obtain root path by hash: %ld", path_hash);
Review comment:
OK
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]