diff --git a/src/storage/ob_partition_service.cpp b/src/storage/ob_partition_service.cpp index 41de12d915acb108b2484c34cd2619a4f9b3a495..0c2844ff309eeec1bd3bfd9f03455c81d7bdf299 100644 --- a/src/storage/ob_partition_service.cpp +++ b/src/storage/ob_partition_service.cpp @@ -10573,7 +10573,7 @@ int ObPartitionService::check_can_start_service( is_all_unreachable_partition = false; // if the partition is more than 10s behind, the server cannot provide // external services during the restart process - if (timestamp <= ObTimeUtility::current_time() - 10 * 1000 * 1000) { + if (timestamp <= ObTimeUtility::current_time() - 30 * 1000 * 1000) { can_start_service = false; } if (timestamp < tmp_safe_weak_read_snapshot) {