提交 191577d3 编写于 作者: Y yy0 提交者: wangzelin.wzl

add log of trans table

上级 b3d3c873
......@@ -10389,8 +10389,6 @@ int ObPartTransCtx::get_trans_table_status_info_(const int64_t log_ts, ObTransTa
} else if (OB_FAIL(info.set(
status, trans_version, undo_status_, terminate_log_ts, checksum, mt_ctx_.get_checksum_log_ts()))) {
TRANS_LOG(WARN, "get trans table status info error", K(ret), K(*this));
} else {
TRANS_LOG(INFO, "trans table status when dump trans table", K(*this), K(info), K(log_ts));
}
}
......@@ -10515,6 +10513,7 @@ int ObPartTransCtx::get_trans_sstable_durable_ctx_info(const int64_t log_ts, ObT
info.prepare_log_id_ = prepare_log_id_;
info.prepare_log_timestamp_ = prepare_log_timestamp_;
info.clear_log_base_ts_ = clear_log_base_ts_;
TRANS_LOG(INFO, "trans table status when dump trans table", K(*this), K(info), K(log_ts));
}
return ret;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册