首页 > 其他分享 >Apache DolphinScheduler 3.1.8 版本发布,修复 SeaTunnel 相关 Bug

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

时间:2023-08-09 17:25:38浏览次数:52  
标签:SeaTunnel 修复 Fix DolphinScheduler bug 3.1 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

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

标签:SeaTunnel,修复,Fix,DolphinScheduler,bug,3.1,Bug
From: https://www.cnblogs.com/DolphinScheduler/p/17617414.html

相关文章

  • SpringBoot源码实用场景:SpringBoot 3.1.0 环境下 PageHelper 1.4.0不生效问题排查
    1、技术栈:JDK17+SpringBoot3.1.0+PageHelper1.4.01<?xmlversion="1.0"encoding="UTF-8"?>2<project...>3<parent>4<groupId>org.springframework.boot</groupId>5<arti......
  • rocky linux:编译安装python3.11.4(rocky linux 9.2)
    一,查看现有的版本:1,本地版本[root@img~]#python--versionPython3.9.162,现在的最新版本:访问官网:https://www.python.org/如图:可以看到线上的最新版本是3.11.4 二,编译/安装:1,下载:先复制下载地址2,从服务器用wget命令下载:[root@imgpython]#wgethttp......
  • python:升级pip版本(Python 3.11.4)
    一,查看当前pip的版本:[root@imgPython-3.11.4]#pip--versionpip23.1.2from/usr/local/soft/python3.11.4/lib/python3.11/site-packages/pip(python3.11)二,升级pip:[root@imgPython-3.11.4]#python3-mpipinstall--upgradepipLookinginindexes:http://m......
  • python:升级setuptools的版本(Python 3.11.4)
    一,查看当前setuptools的版本:[root@imgPython-3.11.4]#python3-mpipshowsetuptoolsName:setuptoolsVersion:65.5.0Summary:Easilydownload,build,install,upgrade,anduninstallPythonpackagesHome-page:https://github.com/pypa/setuptoolsAuthor:Py......
  • idea2022.3.1 java文件显示J
     解决办法:1、File>projectstructure>Modules 把Java标成sources,相应资源文件标成resource。2、刷新一下maven,重启一下IDEA就可以了 ......
  • openGauss的SQL引擎在3.1.0版本中做了哪些优化?
    openGauss的SQL引擎在3.1.0版本中做了哪些优化?收录于合集#技术干货83个查询执行能力对数据库来说至关重要,这直接决定了查询语句生成的执行计划以何种方式进行执行,如果哪个执行算子的执行表现不好,将会对数据库的整体性能产生极大的影响。同时,执行算子的实现也极大考验一款数据库的工......
  • x86_64 ubuntu22.04环境下编译版本python3.13.0 alpha 0源码——python3.13.0 alpha 0
      python3.13.0alpha0版本源码编译: 环境——x86_64ubuntu22.04系统: 1.源码下载:gitclonehttps://github.com/python/cpython 2.修改apt源地址:编辑文件:sudovim/etc/apt/sources.list添加内容:deb-srchttp://archive.ubuntu.com/ubuntu/jammymain......
  • python3.13是否移除了GIL的限制
     近日看到新闻:https://baijiahao.baidu.com/s?id=1773013936355276204&wfr=spider&for=pchttps://www.thepaper.cn/newsDetail_forward_24052522?commTag=true         ==================================================  乍一看好像说的是Pytho......
  • SnapGene - DNA序列生物分析 5.3.1 mac/win版
    SnapGene是一款用于DNA序列分析和生物学实验设计的专业软件。它提供了强大的功能和直观的界面,帮助科学家和研究人员在分子生物学领域进行高效的实验规划和分析。下面将为您详细介绍SnapGene的特点和功能。点击获取SnapGenemac/win版 DNA序列编辑:SnapGene提供了易于......
  • IDEA2023.1开发版 使用Maven3.9搭建MyBatis框架
    一,下载Maven配置地址:Maven–DownloadApacheMaven选择适合的Maven版本。选择二进制文件zip进行下载 这里选择apache-maven-3.9.3-bin-zip进行下载,下载解压配置Maven本地环境 ......