[Net Standby] Modify standby db fetch log rpc timeout

This commit is contained in:
taoshuning
2023-05-22 10:41:32 +00:00
committed by ob-robot
parent 4e0d79e6c6
commit c298ac1e41
8 changed files with 56 additions and 14 deletions

View File

@ -21735,11 +21735,11 @@ static const _error _error_OB_SOURCE_TENANT_STATE_NOT_MATCH = {
.error_solution = "Contact OceanBase Support",
.mysql_errno = -1,
.sqlstate = "HY000",
.str_error = "log restore source tenant state not match when switchover to primary",
.str_user_error = "log restore source tenant state not match when switchover to primary",
.str_error = "log restore source tenant state not match, switchover to primary not allowed",
.str_user_error = "log restore source tenant state not match, switchover to primary not allowed",
.oracle_errno = 600,
.oracle_str_error = "ORA-00600: internal error code, arguments: -9088, log restore source tenant state not match when switchover to primary",
.oracle_str_user_error = "ORA-00600: internal error code, arguments: -9088, log restore source tenant state not match when switchover to primary"
.oracle_str_error = "ORA-00600: internal error code, arguments: -9088, log restore source tenant state not match, switchover to primary not allowed",
.oracle_str_user_error = "ORA-00600: internal error code, arguments: -9088, log restore source tenant state not match, switchover to primary not allowed"
};
static const _error _error_OB_SOURCE_LS_STATE_NOT_MATCH = {
.error_name = "OB_SOURCE_LS_STATE_NOT_MATCH",
@ -21747,11 +21747,11 @@ static const _error _error_OB_SOURCE_LS_STATE_NOT_MATCH = {
.error_solution = "Contact OceanBase Support",
.mysql_errno = -1,
.sqlstate = "HY000",
.str_error = "log restore source ls state not match when switchover to primary",
.str_user_error = "log restore source ls state not match when switchover to primary",
.str_error = "log restore source ls state not match, switchover to primary not allowed",
.str_user_error = "log restore source ls state not match, switchover to primary not allowed",
.oracle_errno = 600,
.oracle_str_error = "ORA-00600: internal error code, arguments: -9089, log restore source ls state not match when switchover to primary",
.oracle_str_user_error = "ORA-00600: internal error code, arguments: -9089, log restore source ls state not match when switchover to primary"
.oracle_str_error = "ORA-00600: internal error code, arguments: -9089, log restore source ls state not match, switchover to primary not allowed",
.oracle_str_user_error = "ORA-00600: internal error code, arguments: -9089, log restore source ls state not match, switchover to primary not allowed"
};
static const _error _error_OB_ESI_SESSION_NOT_EXIST = {
.error_name = "OB_ESI_SESSION_NOT_EXIST",