[Net Standby] Modify standby db fetch log rpc timeout
This commit is contained in:
@ -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",
|
||||
|
||||
Reference in New Issue
Block a user