You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Gary Yao (Jira)" <ji...@apache.org> on 2019/11/08 11:12:00 UTC

[jira] [Commented] (FLINK-13432) Set max polling interval threshold for job result polling

    [ https://issues.apache.org/jira/browse/FLINK-13432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16970081#comment-16970081 ] 

Gary Yao commented on FLINK-13432:
----------------------------------

I don't think this issue is valid. Flink employs an exponential wait strategy that is capped (currently 2s): https://github.com/apache/flink/blob/d788c6ff024fbe8a699e987d3df6a00160d22a06/flink-clients/src/main/java/org/apache/flink/client/program/rest/retry/ExponentialWaitStrategy.java#L30

> Set max polling interval threshold for job result polling
> ---------------------------------------------------------
>
>                 Key: FLINK-13432
>                 URL: https://issues.apache.org/jira/browse/FLINK-13432
>             Project: Flink
>          Issue Type: Improvement
>          Components: Command Line Client
>    Affects Versions: 1.9.0
>            Reporter: Jeff Zhang
>            Priority: Major
>
> Currently, flink will increase polling interval by one ms after each polling. It might be ok for most of the cases, but would be better to set a max interval polling threshold



--
This message was sent by Atlassian Jira
(v8.3.4#803005)