From 4c7f5e9d1841a31b0e4461fbd2cdd90e211ccb1c Mon Sep 17 00:00:00 2001 From: hamstersox <673144759@qq.com> Date: Fri, 25 Nov 2022 11:40:07 +0000 Subject: [PATCH] remove -4683 from unretrieable err --- src/storage/restore/ob_ls_restore_handler.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/storage/restore/ob_ls_restore_handler.cpp b/src/storage/restore/ob_ls_restore_handler.cpp index 09ed6bff1..fe3faf87c 100644 --- a/src/storage/restore/ob_ls_restore_handler.cpp +++ b/src/storage/restore/ob_ls_restore_handler.cpp @@ -2465,7 +2465,6 @@ bool ObLSRestoreResultMgr::can_retrieable_err_(const int err) const case OB_ERR_UNEXPECTED : case OB_ERR_SYS : case OB_INIT_TWICE : - case OB_SRC_DO_NOT_ALLOWED_MIGRATE : case OB_CANCELED : case OB_NOT_SUPPORTED : case OB_TENANT_HAS_BEEN_DROPPED : -- GitLab