prexecute only support local retry

This commit is contained in:
LiuYoung00
2022-11-03 00:08:30 +00:00
committed by wangzelin.wzl
parent c32d7e433b
commit f13c9e8a24
4 changed files with 7 additions and 5 deletions

View File

@ -114,7 +114,7 @@ int ObSyncCmdDriver::response_result(ObMySQLResultSet &result)
}
// open失败,决定是否需要重试
retry_ctrl_.test_and_save_retry_state(gctx_, ctx_, result, ret, cli_ret);
retry_ctrl_.test_and_save_retry_state(gctx_, ctx_, result, ret, cli_ret, is_prexecute_);
LOG_WARN("result set open failed, check if need retry",
K(ret), K(cli_ret), K(retry_ctrl_.need_retry()));
ret = cli_ret;