fix ttl issue 43000669
This commit is contained in:
@ -296,7 +296,8 @@ ObLink* ObLockWaitMgr::check_timeout()
|
|||||||
iter->on_retry_lock(hash);
|
iter->on_retry_lock(hash);
|
||||||
TRANS_LOG(INFO, "current task should be waken up", K(*iter));
|
TRANS_LOG(INFO, "current task should be waken up", K(*iter));
|
||||||
} else if (0 == iter->sessid_) {
|
} else if (0 == iter->sessid_) {
|
||||||
// do nothing, may be rpc plan, sessionid is not setted
|
// when lock wait in dag worker, session is not exist
|
||||||
|
need_check_session = false;
|
||||||
} else {
|
} else {
|
||||||
// do nothing
|
// do nothing
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user