[FEAT MERGE] OLTP performance optimization feature
This commit is contained in:
@ -649,11 +649,14 @@ int ObMemtableCtx::fill_redo_log(char *buf,
|
||||
}
|
||||
}
|
||||
}
|
||||
if (OB_SUCCESS != ret && OB_EAGAIN != ret && OB_ENTRY_NOT_EXIST != ret
|
||||
&& OB_ERR_TOO_BIG_ROWSIZE != ret) {
|
||||
if (OB_SUCCESS != ret && OB_EAGAIN != ret && OB_ENTRY_NOT_EXIST != ret) {
|
||||
TRANS_LOG(WARN, "fill_redo_log fail", "ret", ret, "trans_id",
|
||||
NULL == ctx_ ? "" : S(ctx_->get_trans_id()), "buf", buf, "buf_len", buf_len, "buf_pos",
|
||||
buf_pos);
|
||||
NULL == ctx_ ? "" : S(ctx_->get_trans_id()),
|
||||
"buf", buf,
|
||||
"buf_len", buf_len,
|
||||
"buf_pos", buf_pos,
|
||||
"pending_log_size", trans_mgr_.get_pending_log_size(),
|
||||
K(*this));
|
||||
}
|
||||
|
||||
return ret;
|
||||
|
||||
Reference in New Issue
Block a user