Skip to content

Commit

Permalink
[enhancement](config) do not abort when a disk is broken
Browse files Browse the repository at this point in the history
  • Loading branch information
dataroaring committed Sep 20, 2023
1 parent e4b551e commit 6d47ab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion be/src/common/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ DEFINE_String(storage_root_path, "${DORIS_HOME}/storage");
DEFINE_Bool(storage_strict_check_incompatible_old_format, "true");

// BE process will exit if the percentage of error disk reach this value.
DEFINE_mInt32(max_percentage_of_error_disk, "0");
DEFINE_mInt32(max_percentage_of_error_disk, "100");
DEFINE_mInt32(default_num_rows_per_column_file_block, "1024");
// pending data policy
DEFINE_mInt32(pending_data_expire_time_sec, "1800");
Expand Down

0 comments on commit 6d47ab2

Please sign in to comment.