Update ob_rpc_intrusion_detect.cpp (#170)

* Update ob_rpc_intrusion_detect.cpp

fix comments

* Update ob_rpc_intrusion_detect.cpp

Co-authored-by: LIN <wangzelin19961202@gmail.com>
This commit is contained in:
Amber Zhang
2021-07-30 10:29:16 +08:00
committed by wangzelin.wzl
parent 1a45571554
commit 6ee95017b0

View File

@ -47,7 +47,7 @@ static int on_connect(easy_connection_t* c)
LOG_WARN("check server legitimate fail", K(ret), K(local_addr));
} else if (!is_valid) {
LOG_WARN("RPC INTRUSION DETECT: receive TCP connection out of this cluster,"
"may be a new server just add to this cluster or an 'ob_admin' operation happening",
"maybe a new server is just added to this cluster or an 'ob_admin' operation is running",
K(local_addr));
}
return OB_SUCC(ret) ? EASY_OK : EASY_ERROR;