You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2019/12/23 03:51:19 UTC

[GitHub] [flink] wangyang0918 commented on issue #10657: [FLINK-15360][e2e] Fix the parameter issue in retry_times

wangyang0918 commented on issue #10657: [FLINK-15360][e2e] Fix the parameter issue in retry_times
URL: https://github.com/apache/flink/pull/10657#issuecomment-568344886
 
 
   This is really a magic code. However, i think it could work. Because when we define a new local shell variable and then pass it to the function `retry_times_with_backoff_and_cleanup`, it will be treated as one argument. If we directly pass `${@:3}` to the function, since it a shell array, they will be treated as multiple arguments in `retry_times_with_backoff_and_cleanup`.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services