[FEAT MERGE] Merge syslog user experience improvement to master

Co-authored-by: Charles0429 <xiezhenjiang@gmail.com>
Co-authored-by: tino247 <tino247@126.com>
Co-authored-by: chaser-ch <chaser.ch@antgroup.com>
This commit is contained in:
stdliu
2023-02-06 15:52:23 +08:00
committed by ob-robot
parent 1de9266dd0
commit f8c5c2647f
796 changed files with 4465 additions and 3036 deletions

View File

@ -544,7 +544,7 @@ void ObMySQLRequestUtils::wakeup_easy_request(easy_request_t &ez_req, bool &req_
void ObMySQLRequestUtils::disconnect(easy_request_t &ez_req)
{
if (OB_ISNULL(ez_req.ms)) {
SERVER_LOG(WARN, "null req input", KP(ez_req.ms));
SERVER_LOG_RET(WARN, common::OB_INVALID_ARGUMENT, "null req input", KP(ez_req.ms));
} else {
easy_connection_destroy_dispatch(ez_req.ms->c);
}