yujun777 commented on code in PR #29818: URL: https://github.com/apache/doris/pull/29818#discussion_r1447365520
########## be/src/olap/storage_engine.cpp: ########## @@ -448,45 +449,85 @@ Status StorageEngine::set_cluster_id(int32_t cluster_id) { return Status::OK(); } +StorageEngine::Disk_remaining_level get_available_level(double disk_usage_percent) { + assert(disk_usage_percent >= 0 && disk_usage_percent <= 1); Review Comment: when be restart, and fe send create rpc to be, will disk_usage_percent < 0 ? -- 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: commits-unsubscr...@doris.apache.org 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