fix standby major freeze in case of wait tablet checksum timeout
This commit is contained in:
parent
089dbe19be
commit
8a13fac989
@ -915,7 +915,7 @@ int ObCrossClusterTabletChecksumValidator::validate_cross_cluster_checksum(
|
||||
LOG_WARN("fail to check if all tablet checksum exist", KR(ret), K_(tenant_id), K(frozen_scn));
|
||||
} else if (!is_all_tablet_checksum_exist_) {
|
||||
// check whether waiting all tablet checksum has timed out
|
||||
bool is_wait_tablet_checksum_timeout = check_waiting_tablet_checksum_timeout();
|
||||
is_wait_tablet_checksum_timeout = check_waiting_tablet_checksum_timeout();
|
||||
if (OB_UNLIKELY(is_wait_tablet_checksum_timeout)) {
|
||||
bool is_match = true;
|
||||
if (OB_FAIL(ObServiceEpochProxy::check_service_epoch(*sql_proxy_, tenant_id_,
|
||||
|
Loading…
x
Reference in New Issue
Block a user