You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "David Haglund (JIRA)" <ji...@apache.org> on 2018/08/15 10:07:00 UTC

[jira] [Created] (FLINK-10148) flink cancel withSavepoint does not seem to use akka properties from flink-conf.yaml with Flink 1.6.0 as with flink 1.4.x

David Haglund created FLINK-10148:
-------------------------------------

             Summary: flink cancel withSavepoint does not seem to use akka properties from flink-conf.yaml with Flink 1.6.0 as with flink 1.4.x
                 Key: FLINK-10148
                 URL: https://issues.apache.org/jira/browse/FLINK-10148
             Project: Flink
          Issue Type: Bug
          Components: Client
    Affects Versions: 1.6.0
         Environment: Flink 1.6.0

Docker image based on:
flink:1.6.0-hadoop27-scala_2.11
 
            Reporter: David Haglund
         Attachments: flink-1.6.0-cancel-timeout.txt, flink-conf.yaml

I get an error when I'm trying to cancel a job a flink job with a savepoint. The problem is that it takes longer than 10 seconds to take the save point so I get an exception "Ask timed out on [Actor[akka://...]] after [10000 ms].", I have attached the full error message in the file link-1.6.0-cancel-timeout.txt.

I have set akka.client.timeout and akka.ask.timeout in flink-conf.yaml but they do not seem to be used. 

It worked fine to set  akka.client.timeout and akka.ask.timeout in flink-conf.yaml  with flink 1.4.2 but it does not seem to work with flink 1.6.0.

 

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)