diff --git a/be/src/common/config.cpp b/be/src/common/config.cpp index 75daf44d53b642..8666a32cc85d5c 100644 --- a/be/src/common/config.cpp +++ b/be/src/common/config.cpp @@ -790,7 +790,7 @@ DEFINE_Int32(txn_map_shard_size, "1024"); DEFINE_Int32(txn_shard_size, "1024"); // Whether to continue to start be when load tablet from header failed. -DEFINE_Bool(ignore_load_tablet_failure, "false"); +DEFINE_Bool(ignore_load_tablet_failure, "true"); // Whether to continue to start be when load tablet from header failed. DEFINE_mBool(ignore_rowset_stale_unconsistent_delete, "false");