[ 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)