[CP] fix the sanity core that do_accept fail and do not remove from all_list_
This commit is contained in:
1
deps/oblib/src/rpc/obmysql/ob_sql_nio.cpp
vendored
1
deps/oblib/src/rpc/obmysql/ob_sql_nio.cpp
vendored
@ -901,6 +901,7 @@ private:
|
||||
if (0 != err) {
|
||||
if (NULL != s) {
|
||||
ObSqlSockSession* sess = (ObSqlSockSession *)s->sess_;
|
||||
remove_session_info(s);
|
||||
if (sess->is_inited()) {
|
||||
/*
|
||||
* if ObSqlSockSession is inited, ObSMConnection and ObSqlSockSession
|
||||
|
||||
Reference in New Issue
Block a user