flink AskTimeoutException异常

异常信息:

Caused by: java.util.concurrent.CompletionException: akka.pattern.AskTimeoutException: Ask timed out on [Actor[akka.tcp://flink@node52-64-97-zjy.qiyi.hadoop:46479/user/taskmanager_0#327871062]] after [10000 ms]. Message of type [org.apache.flink.runtime.rpc.messages.RemoteRpcInvocation]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.

解决方法:

配置akka.ask.timeout=120s    web.timeout=120000

或者有人提的升级jdk版本:jdk从jdk1.8.0_11升级到jdk1.8.0_191就好了

©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。