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:15:04 UTC

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

Gyula Fora created FLINK-6754:
---------------------------------

             Summary: 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
            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)