ignore schema error
This commit is contained in:
@ -3803,6 +3803,11 @@ bool ObVirtualTableErrorWhitelist::should_ignore_vtable_error(int error_code)
|
|||||||
CASE_IGNORE_ERR_HELPER(OB_RPC_POST_ERROR)
|
CASE_IGNORE_ERR_HELPER(OB_RPC_POST_ERROR)
|
||||||
CASE_IGNORE_ERR_HELPER(OB_TENANT_NOT_IN_SERVER)
|
CASE_IGNORE_ERR_HELPER(OB_TENANT_NOT_IN_SERVER)
|
||||||
default: {
|
default: {
|
||||||
|
if (is_schema_error(error_code)) {
|
||||||
|
should_ignore = true;
|
||||||
|
const int ret = error_code;
|
||||||
|
LOG_WARN("ignore schema error", KR(ret));
|
||||||
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user