当前位置: 首页 > news >正文

Apache DolphinScheduler 3.1.8 版本发布,修复 SeaTunnel 相关 Bug

file

近日,Apache DolphinScheduler 发布了 3.1.8 版本。此版本主要基于 3.1.7 版本进行了 bug 修复,共计修复 16 个 bug, 1 个 doc, 2 个 chore。

其中修复了以下几个较为重要的问题:

  • 修复在构建 SeaTunnel 任务节点的参数时错误的判断条件
  • 修复 SeaTunnel 任务运行模式默认为运行,无法选择空值的问题
  • 在 SQL/存储任务中使用单独连接
  • 带有 sub_process 任务的工作流在运行时无法停止
  • 修复 State 事件处理错误,收到未知异常,将用 IndexOutOfBoundsException 重试此事件
  • 修复资源中心上传文件超时的 bug
  • 修复部分任务界面无法删除环境的问题

全部 Changelog: https://github.com/apache/dolphinscheduler/releases/tag/3.1.8

下载地址: https://dolphinscheduler.apache.org/zh-cn/download/3.1.8

Bugfix

  • [Fix][SeaTunnel] Fix the wrong judgment condition when building parameters of the seatunnel task node. #14594
  • [Bug] [Seatunnel-Task] Run Mode defaults to run, and you cannot select a null value #14267
  • [fix-#14537] The branch that needs to be executed overlaps with another branch, it may not be able to complete the normal execution #14563
  • Use ad-hoc connection in SQL/procedure task #14670
  • [fix-#14447]The judgment in k8sUtils#getPodLog is not accurate #14448
  • [Fix-14441] [Bug] [Alarm Instance Manage] Search result list error #14444
  • [Fix-14397][dao] The task node in the imported workflow definition was not displayed on the task definition page #14398
  • [Bug] [Master] fix State event handle error, get an unknown exception, will retry this event with IndexOutOfBoundsException #14361
  • [Fix-14303][Master] workflow with sub_process task can't be stop when running #14343
  • [Alert] [HTTP Plugin] Lose HTTP port #14341
  • [Fix-10340][UI] Fix resource center upload file timeout bug #14268
  • [bug][plugin]Fix: Correct the way to determine the yarn queue in Flink CommandLine and SQL mode #14237
  • [Bug][API] Fix TreeView "Task Status" not showing bug and compatibility with older versions use WorkflowExecutionStatus.name() #14207
  • Fix: default datax plugin, using RDBMS as default. #14204
  • [Fix-14008][registry] cache keep alive lease #14034
  • [Fix-11877][UI] Fix the problem that the environment cannot be deleted on the UI of some tasks #11878

Doc优化

  • [Doc] Support Sqoop in Website #14435

Chore

  • [CI] [Test] Try to fix jar conflict #14407
  • [NOTICE]Update the NOTICE year #14272

致谢贡献者

感谢庄崇 Kerwin 对本次发版工作的指导,以及以下 Contributor 的支持(排名不分先后):

rickchengx、eye-gu、hantmac、scorpig、ORuteMa、devosend、lgcareer、qingwli、HomminLee、lxorc、penggeyuanlishe、SbloodyS、QuakeWang、ligenhw、fuchanghai、zhuangchong、ruanwenjun、zyfjrx

本文由 白鲸开源科技 提供发布支持!

http://www.lryc.cn/news/118027.html

相关文章:

  • 科技云报道:一波未平一波又起?AI大模型再出邪恶攻击工具
  • 深度对话|如何设计合适的网络经济激励措施
  • opencv带GStreamer之Windows编译
  • Java并发编程之锁的升级
  • 多核异构处理器A核与M核通信过程
  • 面试热题(反转链表)
  • 竞赛项目 深度学习的水果识别 opencv python
  • Java项目部署云windows细节
  • 软件功能测试有什么注意事项?功能测试报告起到什么作用?
  • Kubernetes 调度 约束
  • Grafana技术文档-概念-《十分钟扫盲》
  • 【JavaEE进阶】Spring 更简单的读取和存储对象
  • KafKa集群搭建和知识点
  • 剑指 Offer 56 - I. 数组中数字出现的次数题解
  • CSDN付费专栏写作协议
  • [保研/考研机试] KY30 进制转换-大整数转二进制 清华大学复试上机题 C++实现
  • vue3多条件搜索功能
  • C++20协程
  • Zabbix 6.0 监控其他
  • Django rest_framework Serializer中的create、Views中的create/perform_create的区别
  • 差异性分析傻瓜版
  • Keystone Automotive EDI 需求分析
  • jmeter创建一个压测项目
  • CEC2013(MATLAB):淘金优化算法GRO求解CEC2013的28个函数
  • AI Deep Reinforcement Learning Autonomous Driving(深度强化学习自动驾驶)
  • Java super
  • 【人工智能前沿弄潮】——生成式AI系列:Diffusers学习(1)了解Pipeline 、模型和scheduler
  • TypeScript 非空断言
  • Python编程——谈谈函数的定义、调用与传入参数
  • 在Ubuntu中使用Docker启动MySQL8的天坑