[FEAT MERGE] 4.x Dup Table

Co-authored-by: Minionyh <minions.yh@gmail.com>
Co-authored-by: BinChenn <binchenn.bc@gmail.com>
Co-authored-by: ChangerR <dingjinchengyx@163.com>
This commit is contained in:
KyrielightWei
2023-05-11 10:07:20 +00:00
committed by ob-robot
parent 0509c5f9fe
commit aaab6560a1
278 changed files with 20924 additions and 2857 deletions

View File

@ -841,13 +841,6 @@ OB_INLINE int ObMPQuery::do_process(ObSQLSessionInfo &session,
plan_ctx->get_timeout_timestamp());
}
}
} else {
// end trans结束事务之后不能再改错误码
// 只有成功的时候才检查是否需要刷新location cache,否则已经在重试逻辑里面刷新了,不用刷新
int refresh_ret = OB_SUCCESS;
if (OB_UNLIKELY(OB_SUCCESS != (refresh_ret = result.check_and_nonblock_refresh_location_cache()))) {
LOG_WARN("fail to check and nonblock refresh location cache", K(ret), K(refresh_ret));
}
}
}