imay commented on a change in pull request #2235: Support setting properties 
for storage_root_path
URL: https://github.com/apache/incubator-doris/pull/2235#discussion_r348880244
 
 

 ##########
 File path: be/src/tools/meta_tool.cpp
 ##########
 @@ -139,8 +140,14 @@ int main(int argc, char **argv) {
             std::cout << "invalid root path:" << FLAGS_root_path << ", error: 
" << st.to_string() << std::endl;
             return -1;
         }
+        doris::StorePath path;
+        auto res = parse_root_path(root_path.string(), &path);
+        if (res != OLAP_SUCCESS){
+                std::cout << "parse root path failed:" << root_path.string() 
<< std::endl;
 
 Review comment:
   ```suggestion
               std::cout << "parse root path failed:" << root_path.string() << 
std::endl;
   ```

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to