You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Gyula Fora (JIRA)" <ji...@apache.org> on 2017/05/29 08:24:05 UTC

[jira] [Updated] (FLINK-6754) Savepoints don't respect client timeout config

     [ https://issues.apache.org/jira/browse/FLINK-6754?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gyula Fora updated FLINK-6754:
------------------------------
    Affects Version/s: 1.3.0
                       1.2.1

> Savepoints don't respect client timeout config
> ----------------------------------------------
>
>                 Key: FLINK-6754
>                 URL: https://issues.apache.org/jira/browse/FLINK-6754
>             Project: Flink
>          Issue Type: Bug
>          Components: Client, Configuration
>    Affects Versions: 1.3.0, 1.2.1
>            Reporter: Gyula Fora
>            Priority: Trivial
>
> Savepoints have a hardcoded timeout:
> Future<Object> response = jobManager.ask(new TriggerSavepoint(jobId, Option.apply(savepointDirectory)), new FiniteDuration(1, TimeUnit.HOURS));
> .
> .
> .
> result = Await.result(response, FiniteDuration.Inf());



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)