提交 c2cb7a79 编写于 作者: H hf0 提交者: LINGuanRen

Lower the level of logging message when cluster_id mismatching.

上级 b3780cad
......@@ -74,7 +74,7 @@ int async_cb(easy_request_t* r)
cb->on_invalid();
LOG_DEBUG("decode failed", K(ret));
} else if (OB_PACKET_CLUSTER_ID_NOT_MATCH == cb->get_rcode()) {
LOG_ERROR("wrong cluster id", K(ret));
LOG_WARN("wrong cluster id", K(ret));
cb->set_error(EASY_ERROR);
ret = cb->on_error(EASY_ERROR);
if (OB_ERROR == ret) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册