提交 4929f13c 编写于 作者: O obdev 提交者: ob-robot

Fix table load rpc call concurrency issue

上级 fba6b3b5
......@@ -37,9 +37,9 @@ using namespace sql;
LOG_WARN("fail to set default timeout ctx", KR(ret)); \
} else if (OB_FAIL(ObServer::get_instance() \
.get_table_rpc_proxy() \
.to(addr) \
.timeout(ctx.get_timeout()) \
.by(MTL_ID()) \
.to(addr) \
.name(request, ##__VA_ARGS__))) { \
LOG_WARN("fail to rpc call " #name, KR(ret), K(addr), K(request)); \
} \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册