This is an automated email from the ASF dual-hosted git repository.
kirs pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler-website.git
The following commit(s) were added to refs/heads/master by this push:
new 9746b93 add news Apache DolphinScheduler 2.0.5 (#717)
9746b93 is described below
commit 9746b933fdb6516963e0869e0a30a0b1f9911ff4
Author: lifeng <[email protected]>
AuthorDate: Mon Mar 7 18:01:49 2022 +0800
add news Apache DolphinScheduler 2.0.5 (#717)
---
blog/en-us/Apache_dolphinScheduler_2.0.5.md | 70 ++++++++++++++++++++++++++
blog/zh-cn/Apache_dolphinScheduler_2.0.5.md | 75 ++++++++++++++++++++++++++++
img/2022-3-7/1.png | Bin 0 -> 257374 bytes
img/2022-3-7/2.png | Bin 0 -> 171917 bytes
img/2022-3-7/3.png | Bin 0 -> 185282 bytes
img/2022-3-7/4.png | Bin 0 -> 40983 bytes
site_config/blog.js | 14 ++++++
site_config/home.jsx | 30 ++++++-----
8 files changed, 173 insertions(+), 16 deletions(-)
diff --git a/blog/en-us/Apache_dolphinScheduler_2.0.5.md
b/blog/en-us/Apache_dolphinScheduler_2.0.5.md
new file mode 100644
index 0000000..0d3e0e5
--- /dev/null
+++ b/blog/en-us/Apache_dolphinScheduler_2.0.5.md
@@ -0,0 +1,70 @@
+---
+title:Release News! Apache DolphinScheduler 2_0_5 optimizes The Fault
Tolerance Process of Worker
+keywords: Apache,DolphinScheduler,scheduler,big
data,ETL,airflow,hadoop,orchestration,dataops,Meetup
+description: Today, Apache DolphinScheduler announced the official release of
version 2.0.5.
+---
+<div align=center>
+<img src="/img/2022-3-7/1.png"/>
+</div>
+
+Today, Apache DolphinScheduler announced the official release of version
2.0.5. This version has carried out some functional optimizations, such as
optimizing the fault tolerance process of Worker, adding the function of
re-uploading files in the resource center, and making several bug fixes.
+
+## Optimization
+
+### Worker fault tolerance process
+
+Version 2.0.5 optimizes the worker's fault tolerance process so that when the
server is interrupted due to excessive pressure, it can normally transfer tasks
to other workers to continue execution to avoid task interruption.
+
+### Forbid to run task page sign optimization
+
+Optimized the display of flags on pages where tasks are prohibited from
running, which distinguishes from the display of tasks that are normally
executed, to prevent users from confusing work status.
+
+<div align=center>
+<img src="/img/2022-3-7/2.png"/>
+</div>
+
+### Added prompts to the task box
+In version 2.0.5, a prompt is added to the task box to display all the long
task names, which is convenient for users.
+
+<div align=center>
+<img src="/img/2022-3-7/3.png"/>
+</div>
+
+
+### Added the re-uploading files function in the resource center
+
+The function of re-uploading files has been added to the resource center. When
the user needs to modify the execution, automatical updating of the execution
script can be realized without the requirement to reconfigure the task
parameters.
+
+### Jump to the list page directly when modifying the workflow
+
+Changed the status that the page remained on the DAG page after modifying the
workflow. After optimization, it can jump to the list page, which is convenient
for users to follow-up operations.
+
+### Markdown information type added to DingTalk alert plugin
+
+Adds the Markdown information type to the alarm content of the DingTalk alarm
plugin to enrich the information type support.
+
+## Bug Fix
+
+[[#8213](https://github.com/apache/dolphinscheduler/issues/8213)] The task run
incorrectly when the worker group contains uppercase letters.
+
+[[#8347](https://github.com/apache/dolphinscheduler/pull/8347)] Fixed the
problem of workflow cannot be stopped when the task fails and retries
+
+[[#8135](https://github.com/apache/dolphinscheduler/issues/8135)] JDBC
connection parameter cannot input '@'
+
+[[#8367](https://github.com/apache/dolphinscheduler/issues/8367)] Fixed
complement may not end normally
+
+[[#8170](https://github.com/apache/dolphinscheduler/issues/8170)] Fix the
problem of failing to enter the sub-workflow from the page
+
+2.0.5 Download address:
+
+[https://dolphinscheduler.apache.org/en-us/download/download.html](https://dolphinscheduler.apache.org/en-us/download/download.html)
+
+Release Note:
[https://github.com/apache/dolphinscheduler/releases/tag/2.0.5](https://github.com/apache/dolphinscheduler/releases/tag/2.0.5)
+
+## Thanks to Contributors
+
+Thanks to the contributors of Apache DolphinScheduler 2.0.5 version, the list
of contributor GitHub IDs is as follows (in no particular order):
+
+<div align=center>
+<img src="/img/2022-3-7/4.png"/>
+</div>
diff --git a/blog/zh-cn/Apache_dolphinScheduler_2.0.5.md
b/blog/zh-cn/Apache_dolphinScheduler_2.0.5.md
new file mode 100644
index 0000000..26dff5d
--- /dev/null
+++ b/blog/zh-cn/Apache_dolphinScheduler_2.0.5.md
@@ -0,0 +1,75 @@
+# Apache DolphinScheduler 2.0.5 发布,Worker 容错流程优化
+
+<div align=center>
+<img src="/img/2022-3-7/1.png"/>
+</div>
+
+今天,Apache DolphinScheduler 宣布 2.0.5 版本正式发布。此次版本进行了一些功能优化,如 Worker
的容错流程优化,在资源中心增加了重新上传文件的功能,并进行了若干 Bug 修复。
+
+
+## 优化
+
+### Worker 容错流程
+
+2.0.5 版本优化了 worker 的容错流程,使得服务器由于压力过大导致 worker 服务中断时,可以正常将任务转移至其他worker
上继续执行,避免任务中断。
+
+### 禁止运行任务页面标志
+
+优化禁止运行任务的页面显示标志,区别于正常执行的任务显示,以免用户混淆工作状态。
+
+<div align=center>
+
+<img src="/img/2022-3-7/2.png"/>
+
+</div>
+
+### 任务框增加提示语
+
+2.0.5 版本在任务框上增加了提示语,可以显示出全部的长任务名字,方便用户查看。
+
+<div align=center>
+
+<img src="/img/2022-3-7/3.png"/>
+
+</div>
+
+### 资源中心增加重新上传文件功能
+
+在资源中心增加了重新上传文件的功能,当用户需要修改执行脚本时,无需再重新配置任务参数,可实现自动更新执行脚本功能。
+
+### 修改工作流后跳转到列表页
+
+改变了此前修改工作流以后页面仍然留在 DAG 页面的现状,优化后可跳转到列表页,便于用户后续操作。
+
+### 钉钉告警插件新增 Markdown 信息类型
+
+在钉钉告警插件的告警内容中新增 Markdown 信息类型,丰富信息类型支持。
+
+## Bug 修复
+
+[[#8213](https://github.com/apache/dolphinscheduler/issues/8213)] 修复了当 worker
分组包含大写字母时,任务运行错误的问题;
+
+[[#8347](https://github.com/apache/dolphinscheduler/pull/8347)]
修复了当任务失败重试时,工作流不能被停止的问题;
+
+[[#8135](https://github.com/apache/dolphinscheduler/issues/8135)] 修复了 jdbc
连接参数不能输入‘@’的问题;
+
+[[#8367](https://github.com/apache/dolphinscheduler/issues/8367)]
修复了补数时可能不会正常结束的问题;
+
+[[#8170](https://github.com/apache/dolphinscheduler/issues/8170)]
修复了从页面上不能进入子工作流的问题。
+
+**2.0.5 下载地址**:
+
+[https://dolphinscheduler.apache.org/zh-cn/download/download.html](https://dolphinscheduler.apache.org/zh-cn/download/download.html)
+
+**Release
Note:**[https://github.com/apache/dolphinscheduler/releases/tag/2.0.5](https://github.com/apache/dolphinscheduler/releases/tag/2.0.5)
+
+## 感谢贡献者
+
+感谢 Apache DolphinScheduler 2.0.5 版本的贡献者,贡献者 GitHub ID 列表如下(排名不分先后):
+
+<div align=center>
+
+<img src="/img/2022-3-7/4.png"/>
+
+</div>
+
diff --git a/img/2022-3-7/1.png b/img/2022-3-7/1.png
new file mode 100644
index 0000000..2630182
Binary files /dev/null and b/img/2022-3-7/1.png differ
diff --git a/img/2022-3-7/2.png b/img/2022-3-7/2.png
new file mode 100644
index 0000000..3826bf4
Binary files /dev/null and b/img/2022-3-7/2.png differ
diff --git a/img/2022-3-7/3.png b/img/2022-3-7/3.png
new file mode 100644
index 0000000..120fb27
Binary files /dev/null and b/img/2022-3-7/3.png differ
diff --git a/img/2022-3-7/4.png b/img/2022-3-7/4.png
new file mode 100644
index 0000000..29cc170
Binary files /dev/null and b/img/2022-3-7/4.png differ
diff --git a/site_config/blog.js b/site_config/blog.js
index 2432ccf..7bbba0a 100644
--- a/site_config/blog.js
+++ b/site_config/blog.js
@@ -4,6 +4,13 @@ export default {
postsTitle: 'All posts',
list: [
{
+ title: 'Release News! Apache DolphinScheduler 2_0_5 optimizes
The Fault Tolerance Process of Worker',
+ author: 'Debra Chen',
+ dateStr: '2022-3-7',
+ desc: 'Today, Apache DolphinScheduler announced the official
release of version 2.0.5. ',
+ link: '/en-us/blog/Apache_dolphinScheduler_2.0.5.html',
+ },
+ {
title: 'Technical Practice of Apache DolphinScheduler in
Kubernetes System',
author: 'Debra Chen',
dateStr: '2022-2-24',
@@ -139,6 +146,13 @@ export default {
postsTitle: '所有文章',
list: [
{
+ title: 'Apache DolphinScheduler 2_0_5 发布,Worker 容错流程优化',
+ author: 'Debra Chen',
+ dateStr: '2022-3-7',
+ desc: '今天,Apache DolphinScheduler 宣布 2.0.5 版本正式发布。',
+ link: '/zh-cn/blog/Apache_dolphinScheduler_2.0.5.html',
+ },
+ {
title: 'Apache DolphinScheduler 在 Kubernetes 体系中的技术实战',
author: 'Debra Chen',
dateStr: '2022-2-18',
diff --git a/site_config/home.jsx b/site_config/home.jsx
index f6620e8..ed66ac2 100644
--- a/site_config/home.jsx
+++ b/site_config/home.jsx
@@ -55,6 +55,13 @@ export default {
title: '事件 & 新闻',
list: [
{
+ img: '/img/2022-3-7/1.png',
+ title: 'Apache DolphinScheduler 2.0.5 发布,Worker 容错流程优化',
+ content: '今天,Apache DolphinScheduler 宣布 2.0.5 版本正式发布。..',
+ dateStr: '2022-3-7',
+ link: '/zh-cn/blog/Apache_dolphinScheduler_2.0.5.html',
+ },
+ {
img: '/img/2022-02-22/1.jpeg',
title: 'Apache DolphinScheduler在Kubernetes体系中的技术实战',
content: '基于笔者所在公司业务的特性,阐述我们使用 Kubernetes 作为Apache
DolphinScheduler的技术底座的原因: ...',
@@ -68,13 +75,6 @@ export default {
dateStr: '2022-2-18',
link: '/zh-cn/blog/Meetup_2022_02_26.html',
},
- {
- img: '/img/2.0.3/2022-1-27/1.png',
- title: 'Apache DolphinScheduler 2.0.3 发布,支持钉钉告警签名校验,数据源可从多个会话获取链接',
- content: '今天,Apache DolphinScheduler 宣布 2.0.3 版本正式发布。..',
- dateStr: '2022-1-27',
- link: '/zh-cn/blog/Apache_dolphinScheduler_2.0.3.html',
- },
],
},
ourusers: {
@@ -547,7 +547,13 @@ export default {
title: 'Events & News',
list: [
{
-
+ img: '/img/2022-3-7/1.png',
+ title: 'Release News! Apache DolphinScheduler 2_0_5 optimizes The
Fault Tolerance Process of Worker',
+ content: 'Today, Apache DolphinScheduler announced the official
release of version 2.0.5....',
+ dateStr: '2022-3-7',
+ link: '/en-us/blog/Apache_dolphinScheduler_2.0.5.html',
+ },
+ {
img: '/img/2022-02-24/1.jpeg',
title: 'Technical Practice of Apache DolphinScheduler in Kubernetes
System',
content: 'Kubernetes is a cluster system based on container
technology....',
@@ -561,14 +567,6 @@ export default {
dateStr: '2022-2-18',
link: '/en-us/blog/Meetup_2022_02_26.html',
},
- {
- img: '/img/2.0.3/2022-1-2701/1.png',
- title: 'Apache DolphinScheduler 2.0.3 Release Announcement: DingTalk
alert plugin adds signature verification, and supports data sources to obtain
links from multiple sessions\n',
- content: 'Today, Apache DolphinScheduler announced the official
release of version 2.0.3. In this version...',
- dateStr: '2022-1-27',
- link: '/en-us/blog/Apache_dolphinScheduler_2.0.3.html',
- },
-
],
},
userreview: {