[Bugfix]Solve the problem that logs are frequently printed

This commit is contained in:
WeiXinChan 2024-07-17 02:47:07 +00:00 committed by ob-robot
parent 5a56636b54
commit aef8b3aa64

View File

@ -87,7 +87,7 @@ void ObTableExecuteEndTransCb::callback(int cb_param)
if (OB_FAIL(response_sender_.response(cb_param))) {
LOG_WARN("failed to send response", K(ret), K(cb_param));
} else {
LOG_INFO("async send execute response", K(cb_param));
LOG_DEBUG("async send execute response", K(cb_param));
}
this->destroy_cb_if_no_ref();