This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 0ada9d418d Automated deployment:
f7c776c5bd6c31f407896bd638bf868fb51c0c98
0ada9d418d is described below
commit 0ada9d418de676b2235521affbf5428f7c2b7ad6
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 2 05:06:53 2024 +0000
Automated deployment: f7c776c5bd6c31f407896bd638bf868fb51c0c98
---
data/doc/en-us.json | 2 +-
data/doc/zh-cn.json | 2 +-
pages/doc/en-us/dev/architecture/load-balance.json | 2 +-
pages/doc/zh-cn/dev/architecture/load-balance.json | 2 +-
python/2.0.5/.buildinfo | 2 +-
python/2.0.6/.buildinfo | 2 +-
python/2.0.7/.buildinfo | 2 +-
python/3.0.0/.buildinfo | 2 +-
python/3.0.1/.buildinfo | 2 +-
python/3.1.0/.buildinfo | 2 +-
python/4.0.0/.buildinfo | 2 +-
python/4.0.1/.buildinfo | 2 +-
python/4.0.2/.buildinfo | 2 +-
python/4.0.3/.buildinfo | 2 +-
python/4.0.4/.buildinfo | 2 +-
python/main/.buildinfo | 2 +-
16 files changed, 16 insertions(+), 16 deletions(-)
diff --git a/data/doc/en-us.json b/data/doc/en-us.json
index 6e095425ea..ed8955ad9b 100644
--- a/data/doc/en-us.json
+++ b/data/doc/en-us.json
@@ -35722,7 +35722,7 @@
]
},
{
- "content": "Load Balance\nLoad balancing refers to the reasonable
allocation of server pressure through routing algorithms (usually in cluster
environments) to achieve the maximum optimization of server
performance.\nDolphinScheduler-Worker Load Balancing
Algorithms\nDolphinScheduler-Master allocates tasks to workers, and by default
provides three algorithms:\n\n\nWeighted random (random)\n\n\nSmoothing polling
(round-robin)\n\n\nLinear load (lower weight)\n\n\nThe default configurat [...]
+ "content": "Load Balance\nLoad balancing refers to the reasonable
allocation of server pressure through routing algorithms (usually in cluster
environments) to achieve the maximum optimization of server
performance.\nDolphinScheduler-Worker Load Balancing
Algorithms\nDolphinScheduler-Master allocates tasks to workers, and by default
provides three algorithms:\n\n\nWeighted random (random)\n\n\nSmoothing polling
(round-robin)\n\n\nLinear load (lower weight)\n\n\nThe default configurat [...]
"version": "dev",
"link": "/architecture/load-balance",
"title": "Load Balance",
diff --git a/data/doc/zh-cn.json b/data/doc/zh-cn.json
index 839d2bf777..bfda140fae 100644
--- a/data/doc/zh-cn.json
+++ b/data/doc/zh-cn.json
@@ -31474,7 +31474,7 @@
]
},
{
- "content":
"负载均衡\n负载均衡即通过路由算法(通常是集群环境),合理的分摊服务器压力,达到服务器性能的最大优化。\nDolphinScheduler-Worker
负载均衡算法\nDolphinScheduler-Master 分配任务至
worker,默认提供了三种算法:\n加权随机(random)\n平滑轮询(roundrobin)\n线性负载(lowerweight)\n默认配置为线性加权负载。\n由于路由是在客户端做的,即
master 服务,因此你可以更改 master.properties 中的 master.host.selector
来配置你所想要的算法。\neg:master.host.selector=random(不区分大小写)\nWorker 负载均衡配置\n配置文件
worker.properties\n权重\n上述所有的负载算法都是基于权重来进行加权分配的,权重影响分流结果。你可以在 修改 worker.weight
的值来给不同的机器设置不同的权重。\n预热\n考虑到 JIT 优化,我们会让 worker 在启动后低功 [...]
+ "content":
"负载均衡\n负载均衡即通过路由算法(通常是集群环境),合理的分摊服务器压力,达到服务器性能的最大优化。\nDolphinScheduler-Worker
负载均衡算法\nDolphinScheduler-Master 分配任务至
worker,默认提供了三种算法:\n加权随机(random)\n平滑轮询(roundrobin)\n线性负载(lowerweight)\n默认配置为线性加权负载。\n由于路由是在客户端做的,即
master 服务,因此你可以更改 master.properties 中的 master.host.selector
来配置你所想要的算法。\neg:master.host.selector=random(不区分大小写)\nWorker 负载均衡配置\n配置文件
worker.properties\n权重\n上述所有的负载算法都是基于权重来进行加权分配的,权重影响分流结果。你可以在 修改 worker.weight
的值来给不同的机器设置不同的权重。\n预热\n考虑到 JIT 优化,我们会让 worker 在启动后低功 [...]
"version": "dev",
"link": "/architecture/load-balance",
"title": "负载均衡",
diff --git a/pages/doc/en-us/dev/architecture/load-balance.json
b/pages/doc/en-us/dev/architecture/load-balance.json
index 91aca3f91c..f917817cc7 100644
--- a/pages/doc/en-us/dev/architecture/load-balance.json
+++ b/pages/doc/en-us/dev/architecture/load-balance.json
@@ -1,5 +1,5 @@
{
- "__html": "<h1 id=\"load-balance\">Load Balance</h1>\n<p>Load balancing
refers to the reasonable allocation of server pressure through routing
algorithms (usually in cluster environments) to achieve the maximum
optimization of server performance.</p>\n<h2
id=\"dolphinscheduler-worker-load-balancing-algorithms\">DolphinScheduler-Worker
Load Balancing Algorithms</h2>\n<p>DolphinScheduler-Master allocates tasks to
workers, and by default provides three algorithms:</p>\n<ul>\n<li>\n<p>Weig
[...]
+ "__html": "<h1 id=\"load-balance\">Load Balance</h1>\n<p>Load balancing
refers to the reasonable allocation of server pressure through routing
algorithms (usually in cluster environments) to achieve the maximum
optimization of server performance.</p>\n<h2
id=\"dolphinscheduler-worker-load-balancing-algorithms\">DolphinScheduler-Worker
Load Balancing Algorithms</h2>\n<p>DolphinScheduler-Master allocates tasks to
workers, and by default provides three algorithms:</p>\n<ul>\n<li>\n<p>Weig
[...]
"location": [
"Architecture Guide",
"Load Balance"
diff --git a/pages/doc/zh-cn/dev/architecture/load-balance.json
b/pages/doc/zh-cn/dev/architecture/load-balance.json
index 19c23d25ce..1bfd338002 100644
--- a/pages/doc/zh-cn/dev/architecture/load-balance.json
+++ b/pages/doc/zh-cn/dev/architecture/load-balance.json
@@ -1,5 +1,5 @@
{
- "__html": "<h3
id=\"负载均衡\">负载均衡</h3>\n<p>负载均衡即通过路由算法(通常是集群环境),合理的分摊服务器压力,达到服务器性能的最大优化。</p>\n<h3
id=\"dolphinscheduler-worker-负载均衡算法\">DolphinScheduler-Worker
负载均衡算法</h3>\n<p>DolphinScheduler-Master 分配任务至
worker,默认提供了三种算法:</p>\n<p>加权随机(random)</p>\n<p>平滑轮询(roundrobin)</p>\n<p>线性负载(lowerweight)</p>\n<p>默认配置为线性加权负载。</p>\n<p>由于路由是在客户端做的,即
master 服务,因此你可以更改 master.properties 中的 master.host.selector
来配置你所想要的算法。</p>\n<p>eg:master.host.selector=random(不区分大小写)</p>\n<h3
id=\"worker-负载均衡配置\">Work [...]
+ "__html": "<h3
id=\"负载均衡\">负载均衡</h3>\n<p>负载均衡即通过路由算法(通常是集群环境),合理的分摊服务器压力,达到服务器性能的最大优化。</p>\n<h3
id=\"dolphinscheduler-worker-负载均衡算法\">DolphinScheduler-Worker
负载均衡算法</h3>\n<p>DolphinScheduler-Master 分配任务至
worker,默认提供了三种算法:</p>\n<p>加权随机(random)</p>\n<p>平滑轮询(roundrobin)</p>\n<p>线性负载(lowerweight)</p>\n<p>默认配置为线性加权负载。</p>\n<p>由于路由是在客户端做的,即
master 服务,因此你可以更改 master.properties 中的 master.host.selector
来配置你所想要的算法。</p>\n<p>eg:master.host.selector=random(不区分大小写)</p>\n<h3
id=\"worker-负载均衡配置\">Work [...]
"location": [
"架构设计",
"负载均衡"
diff --git a/python/2.0.5/.buildinfo b/python/2.0.5/.buildinfo
index f485791a66..a3d45bc988 100644
--- a/python/2.0.5/.buildinfo
+++ b/python/2.0.5/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file records the configuration used when building these files. When it
is not found, a full rebuild will be done.
-config: cb3b210212b335e4eb709655f4840500
+config: 07f75213e837d0dad24110f0eecd1fb1
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/2.0.6/.buildinfo b/python/2.0.6/.buildinfo
index 6bd8c26c1c..e703f2c7d3 100644
--- a/python/2.0.6/.buildinfo
+++ b/python/2.0.6/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file records the configuration used when building these files. When it
is not found, a full rebuild will be done.
-config: a1f9b8d0703625f9d7d4d6fc1c1019be
+config: 764bb7336ef4c628bd39492e72ad8486
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/2.0.7/.buildinfo b/python/2.0.7/.buildinfo
index 3130122716..d4f4d57148 100644
--- a/python/2.0.7/.buildinfo
+++ b/python/2.0.7/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file records the configuration used when building these files. When it
is not found, a full rebuild will be done.
-config: 9f971bebaa56c33bb0b09b6181cc38d0
+config: 824d10a4eacb6421bb69da9eaf1d0a4a
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/3.0.0/.buildinfo b/python/3.0.0/.buildinfo
index 74a933c26b..852764d238 100644
--- a/python/3.0.0/.buildinfo
+++ b/python/3.0.0/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file records the configuration used when building these files. When it
is not found, a full rebuild will be done.
-config: 231be0ce56d91067ea39619d764390e5
+config: 712ea635abd3563a3160da00781a99bc
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/3.0.1/.buildinfo b/python/3.0.1/.buildinfo
index 4c061c2b83..12b8fb1e8b 100644
--- a/python/3.0.1/.buildinfo
+++ b/python/3.0.1/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file records the configuration used when building these files. When it
is not found, a full rebuild will be done.
-config: f3279ca7ba71b58b4dd2df0850384ceb
+config: ec58cb1245060c65fba86960523e3e0b
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/3.1.0/.buildinfo b/python/3.1.0/.buildinfo
index d41b71b355..9771b06bbf 100644
--- a/python/3.1.0/.buildinfo
+++ b/python/3.1.0/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file records the configuration used when building these files. When it
is not found, a full rebuild will be done.
-config: 148f205646179cea3d747b0732b450e5
+config: 9b8b6347a9e911821917bfcb9d555231
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.0/.buildinfo b/python/4.0.0/.buildinfo
index b6a0d9922c..35fe7d53b6 100644
--- a/python/4.0.0/.buildinfo
+++ b/python/4.0.0/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file records the configuration used when building these files. When it
is not found, a full rebuild will be done.
-config: 7aa775964229090ab42d837b46a461b7
+config: 090d35aabb4e83edba7ebf8beedc3eb3
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.1/.buildinfo b/python/4.0.1/.buildinfo
index 6ec571e72b..36326994c2 100644
--- a/python/4.0.1/.buildinfo
+++ b/python/4.0.1/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file records the configuration used when building these files. When it
is not found, a full rebuild will be done.
-config: 1fa08f9010522431f8699c0b71181f91
+config: 9381f62ab38feba8b801e897629acfc2
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.2/.buildinfo b/python/4.0.2/.buildinfo
index 11a3fd76fc..0665d43c01 100644
--- a/python/4.0.2/.buildinfo
+++ b/python/4.0.2/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file records the configuration used when building these files. When it
is not found, a full rebuild will be done.
-config: 89adf9321f6b1a00ee56f56300f3cf7b
+config: afe332d2b81057f3ae80306d7b19b007
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.3/.buildinfo b/python/4.0.3/.buildinfo
index deecd06144..931f73fe81 100644
--- a/python/4.0.3/.buildinfo
+++ b/python/4.0.3/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file records the configuration used when building these files. When it
is not found, a full rebuild will be done.
-config: 7b30c4c3bbab961e8e566f435ef976c9
+config: 1fc2894f3c9994750b087fac31852105
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.4/.buildinfo b/python/4.0.4/.buildinfo
index 7b0a65e474..00f7de56b6 100644
--- a/python/4.0.4/.buildinfo
+++ b/python/4.0.4/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file records the configuration used when building these files. When it
is not found, a full rebuild will be done.
-config: 8525075390b2dce511aae82f823f6467
+config: 5c31d2d8babe8ce12eaf1cda6721ae2b
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/main/.buildinfo b/python/main/.buildinfo
index f0fee717f6..b2251c0dd5 100644
--- a/python/main/.buildinfo
+++ b/python/main/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file records the configuration used when building these files. When it
is not found, a full rebuild will be done.
-config: a11846c9ebf440d85091c1935d83521e
+config: 65a2efc6f660d29c2a006eaf53c4765e
tags: 645f666f9bcd5a90fca523b33c5a78b7