提交 e360554c 编写于 作者: X xiaoleizi2016

fix annotation error 1019

上级 31023a93
...@@ -283,7 +283,7 @@ inline void ObEThread::process_event(ObEvent *e, const int calling_code) ...@@ -283,7 +283,7 @@ inline void ObEThread::process_event(ObEvent *e, const int calling_code)
if (OB_UNLIKELY(e->in_the_priority_queue_)) { if (OB_UNLIKELY(e->in_the_priority_queue_)) {
LOG_WARN("event should not in in_the_priority_queue here", K(*e)); LOG_WARN("event should not in in_the_priority_queue here", K(*e));
} else if (OB_UNLIKELY(c_temp != e->continuation_)) { } else if (OB_UNLIKELY(c_temp != e->continuation_)) {
LOG_WARN("event should not in in_the_priority_queue here", K(*e)); LOG_WARN("c_temp should equal e->continuation_", K(*e));
} else {/*do nothing*/} } else {/*do nothing*/}
MUTEX_RELEASE(lock); MUTEX_RELEASE(lock);
......
...@@ -657,7 +657,7 @@ int ObMysqlClient::do_post_request() ...@@ -657,7 +657,7 @@ int ObMysqlClient::do_post_request()
} }
case CLIENT_ACTION_READ_NORMAL_RESP: { case CLIENT_ACTION_READ_NORMAL_RESP: {
if (OB_FAIL(setup_read_normal_resp())) { if (OB_FAIL(setup_read_normal_resp())) {
LOG_WARN("fail to setup read handshake", K(ret)); LOG_WARN("fail to setup read normal resp", K(ret));
} else if (OB_FAIL(schedule_active_timeout())) { } else if (OB_FAIL(schedule_active_timeout())) {
LOG_WARN("fail to schedule_active_timeout", K(ret)); LOG_WARN("fail to schedule_active_timeout", K(ret));
} else if (OB_FAIL(forward_mysql_request())) { } else if (OB_FAIL(forward_mysql_request())) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册