[LWG] fix print lock_wait_node core error when repost failed

This commit is contained in:
obdev
2022-11-14 05:08:45 +00:00
committed by wangzelin.wzl
parent a890291041
commit 27eb478a81
2 changed files with 10 additions and 10 deletions

View File

@ -666,7 +666,7 @@ int ObLockWaitMgr::repost(Node* node)
UnregisterPath::
LOCK_WAIT_MGR_REPOST);
if (OB_FAIL(OBSERVER.get_net_frame().get_deliver().repost((void*)node))) {
TRANS_LOG(WARN, "report error", K(ret), K(*node));
TRANS_LOG(WARN, "report error", K(ret));
}
}