提交 94408dcb 编写于 作者: O obdev 提交者: ob-robot

modify error log in insert_into_retain_ctx_mgr_ function

上级 e2c4bb64
......@@ -5915,7 +5915,7 @@ int ObPartTransCtx::insert_into_retain_ctx_mgr_(RetainCause cause,
// if (OB_FAIL(retain_ctx_mgr.reset()))
}
if (OB_FAIL(ret)) {
if (OB_FAIL(ret) && !(OB_EAGAIN == ret && for_replay)) {
TRANS_LOG(ERROR, "insert into retain_ctx_mgr error, retain ctx will not deleted from ctx_mgr",
K(ret), KPC(this));
// ob_abort();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册