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)

Reply via email to