kangkaisen commented on a change in pull request #3741: URL: https://github.com/apache/incubator-doris/pull/3741#discussion_r433291742
########## File path: be/src/service/doris_main.cpp ########## @@ -136,6 +136,25 @@ int main(int argc, char** argv) { LOG(FATAL) << "parse config storage path failed, path=" << doris::config::storage_root_path; exit(-1); } + auto it = paths.begin(); Review comment: ignore_broken_disk has handled in `parse_conf_store_paths`. ---------------------------------------------------------------- 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 --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org