[to #50896821]fixed ps cursor local retry

This commit is contained in:
LiuYoung00
2023-07-19 10:12:25 +00:00
committed by ob-robot
parent d35479be24
commit c1200c00c8

View File

@ -3789,7 +3789,7 @@ int ObSPIService::dbms_cursor_open(ObPLExecCtx *ctx,
ret, ret,
cli_ret, cli_ret,
cursor.is_ps_cursor() ? false : true, cursor.is_ps_cursor() ? false : true,
true, cursor.is_ps_cursor() ? false : true,
cursor.is_ps_cursor() ? false : true); cursor.is_ps_cursor() ? false : true);
LOG_WARN("failed to fill_cursor, check if need retry", LOG_WARN("failed to fill_cursor, check if need retry",
K(ret), K(cli_ret), K(retry_ctrl.need_retry()), K(ret), K(cli_ret), K(retry_ctrl.need_retry()),