dataroaring commented on code in PR #22486:
URL: https://github.com/apache/doris/pull/22486#discussion_r1284228922


##########
be/src/olap/options.cpp:
##########
@@ -148,6 +148,14 @@ Status parse_root_path(const string& root_path, StorePath* 
path) {
 
 Status parse_conf_store_paths(const string& config_path, 
std::vector<StorePath>* paths) {
     std::vector<string> path_vec = strings::Split(config_path, ";", 
strings::SkipWhitespace());
+    if (path_vec.empty()) {
+        return Status::Error<INVALID_ARGUMENT>(
+                "parse storage_root_path config result empty. value={}", 
config_path);

Review Comment:
   Compute node may be broken.



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

Reply via email to