From dc6b816b15362e16f85c8191b71a8a1b987b8a53 Mon Sep 17 00:00:00 2001 From: obdev Date: Wed, 15 Mar 2023 11:41:02 +0000 Subject: [PATCH] remove acquire ctx ref log --- src/storage/tx/ob_trans_part_ctx.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/storage/tx/ob_trans_part_ctx.cpp b/src/storage/tx/ob_trans_part_ctx.cpp index d1ef36992c..918008af48 100644 --- a/src/storage/tx/ob_trans_part_ctx.cpp +++ b/src/storage/tx/ob_trans_part_ctx.cpp @@ -2937,7 +2937,6 @@ int ObPartTransCtx::submit_commit_log_() return_log_cb_(log_cb); log_cb = NULL; release_ctx_ref_(); - TRANS_LOG(ERROR, "acquire ctx ref failed", KR(ret), K(*this)); } else if (OB_FAIL(after_submit_log_(log_block, log_cb, &helper))) { } else { redo_log_submitted = true;