add diagnose info in timer task log

This commit is contained in:
nroskill 2023-10-26 02:39:36 +00:00 committed by ob-robot
parent 2decc39f5e
commit e4f965e1b0

View File

@ -19,7 +19,7 @@ void ObAsyncTimerTask::runTimerTask()
{
int ret = OB_SUCCESS;
if (OB_FAIL(work_queue_.add_async_task(*this))) {
LOG_ERROR("failed to submit async task", K(ret));
LOG_ERROR("failed to submit async task", K(ret), KPC(this));
} else {
LOG_INFO("add async task", KPC(this));
}