[LWG] fix print lock_wait_node core error when repost failed
This commit is contained in:
@ -666,7 +666,7 @@ int ObLockWaitMgr::repost(Node* node)
|
|||||||
UnregisterPath::
|
UnregisterPath::
|
||||||
LOCK_WAIT_MGR_REPOST);
|
LOCK_WAIT_MGR_REPOST);
|
||||||
if (OB_FAIL(OBSERVER.get_net_frame().get_deliver().repost((void*)node))) {
|
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));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user