Apache DolphinScheduler 3.1.8 version released, fixing SeaTunnel related bugs

file

Recently, Apache DolphinScheduler released version 3.1.8. This version mainly has bug fixes based on version 3.1.7, with a total of 16 bugs, 1 doc, and 2 chores fixed.

The following more important issues have been fixed:

  • Fixed incorrect judgment conditions when constructing parameters of SeaTunnel task node
  • Fixed the issue where SeaTunnel task running mode defaults to running and null value cannot be selected.
  • Using separate connections in SQL/storage tasks
  • Workflow with sub_process task cannot be stopped while running
  • Fixed an error in State event processing. An unknown exception was received and the event will be retried with IndexOutOfBoundsException.
  • Fixed the bug of file upload timeout in resource center
  • Fixed an issue where the environment could not be deleted on some task interfaces

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

Download address: 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 optimization

  • [Doc] Support Sqoop in Website #14435

Chore

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

Acknowledgments to Contributors

Thanks to Zhuang ChongKerwin for his guidance on this release, and to the following Contributors for their support (in no particular order):

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

This article is published by Beluga Open Source Technology !

Guess you like

Origin blog.csdn.net/DolphinScheduler/article/details/132192672