提交 b056d5d7 编写于 作者: O obdev 提交者: wangzelin.wzl

fix ttl issue 43000669

上级 daa17789
...@@ -296,7 +296,8 @@ ObLink* ObLockWaitMgr::check_timeout() ...@@ -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
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册