fix some typo error

This commit is contained in:
csch
2023-02-22 16:32:55 +08:00
parent e61f6a4170
commit 60700dde28
9 changed files with 22 additions and 22 deletions

View File

@ -94,7 +94,7 @@ int ObDDLExecutorUtil::wait_ddl_finish(
if (OB_FAIL(ret)) {
} else if (OB_FAIL(handle_session_exception(session))) {
LOG_WARN("session exeception happened", K(ret), K(is_support_cancel));
LOG_WARN("session exception happened", K(ret), K(is_support_cancel));
if (is_support_cancel && OB_TMP_FAIL(cancel_ddl_task(tenant_id, common_rpc_proxy))) {
LOG_WARN("cancel ddl task failed", K(tmp_ret));
ret = OB_SUCCESS;
@ -246,7 +246,7 @@ int ObDDLExecutorUtil::wait_ddl_retry_task_finish(
}
if (OB_FAIL(ret)) {
} else if (OB_FAIL(handle_session_exception(session))) {
LOG_WARN("session exeception happened", K(ret));
LOG_WARN("session exception happened", K(ret));
if (OB_TMP_FAIL(cancel_ddl_task(tenant_id, common_rpc_proxy))) {
LOG_WARN("cancel ddl task failed", K(tmp_ret));
ret = OB_SUCCESS;