caused by: akka.pattern.asktimeoutexception: ask timed out on flink
Caused by: akka.pattern.AskTimeoutException: Ask timed out on [Actor[akka://flink/user/dispatcher15e85f5d-a55d-4773-8197-f0db5658f55b#1335897563]] after [10000 ms]. Sender[null] sent

FLINK-11738

	/**
* Creates a new Flink mini cluster based on the given configuration.
*
* @param miniClusterConfiguration The configuration for the mini cluster
*/
public MiniCluster(MiniClusterConfiguration miniClusterConfiguration) {
this.miniClusterConfiguration = checkNotNull(miniClusterConfiguration, "config may not be null"); this.rpcTimeout = Time.seconds(10L);
this.terminationFuture = CompletableFuture.completedFuture(null);
running = false;
}

1.7.2后flink修复调整

	/**
* Creates a new Flink mini cluster based on the given configuration.
*
* @param miniClusterConfiguration The configuration for the mini cluster
*/
public MiniCluster(MiniClusterConfiguration miniClusterConfiguration) {
this.miniClusterConfiguration = checkNotNull(miniClusterConfiguration, "config may not be null"); this.rpcTimeout = miniClusterConfiguration.getRpcTimeout();
this.terminationFuture = CompletableFuture.completedFuture(null);
running = false;
}

mail-archives

akka.ask.timeout: 60 s
<yD> env.java.opts="-Djava.util.Arrays.useLegacyMergeSort=true"</yD>
-yD web.timeout="1000000"
<yD> akka.ask.timeout="1 d"</yD>
-yD akka.ask.timeout="1 d"
Hello,

does anybody have an idea what is going on? I have not yet found a solution.

Am I doing something wrong? Or is the 'akka.ask.timeout' parameter not related to the exception
stated below? Could somebody please take a look at this? More details can be found in the message prior
to this. akka.pattern.AskTimeoutException: Ask timed out on [Actor[akka://flink/user/dispatcher8df05371-effc-468b-8a22-e2f364f65d6a#582308583]]
after [10000 ms] Best regards,
Lukas

最新文章

  1. andriod + @的区别
  2. ng指令之 ng-class 篇
  3. Myeclipse中相同变量高亮显示
  4. Python3.5.2官方文档学习备忘录
  5. 详解Android动画之Frame Animation
  6. 抓取&ldquo;矢量&rdquo;的实时交通流量数据
  7. linux下javaEE系统安装部署
  8. Vs2012于Linux应用程序开发(2):图案
  9. Android UI ActionBar功能-在 Action Bar 上添加按钮
  10. 一个不错的文章-【原创】2014年信息安全产品及厂家分类-SOC&amp;SIEM安全厂家 | Srxh1314
  11. Socket 学习(三).5 UDP 的弱点
  12. 禁止LISTCTRL表头拖动
  13. github 项目绑定自己的域名
  14. Loadrunner手动编写包含事务、检查点、关联等元素的脚本实例
  15. 线程等待(java)
  16. 《C#并发编程经典实例》学习笔记-第一章并发编程概述
  17. Linux基础学习(14)--日志管理
  18. Linux文本处理三剑客之grep
  19. python和mongodb简单交互
  20. 安装 ibm-java-x86_64-sdk-6.0-9.3.x86_64.rpm 的三步骤

热门文章

  1. 使用adb/Linux获取网关ip
  2. P5325 【模板】Min_25筛
  3. 推荐系统(recommender systems):预测电影评分--问题描述
  4. sed命令基本用法
  5. 浏览器绘图模型的解释:renderObject、renderlayer
  6. class [org.springframework.context.annotation.ComponentScanBeanDefinitionParser] are only available on JDK 1.5 and higher
  7. yugabyte 做为hasura graphql-engine的pg数据引擎
  8. JS的ES6的class
  9. [SDOI2010]捉迷藏 K-Dtree
  10. openjudge1.1