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/amoro.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 9a587762b Regenerated Amoro latest docs page based on 
5775d194270bca31f4e3c20d68adf6c9edcf44d3 commit
9a587762b is described below

commit 9a587762b480bc81e3c0bbeb2944870cb8f07f7a
Author: GitHub Actions <[email protected]>
AuthorDate: Tue Mar 10 03:13:22 2026 +0000

    Regenerated Amoro latest docs page based on 
5775d194270bca31f4e3c20d68adf6c9edcf44d3 commit
---
 output/docs/latest/ams-config/index.html          | 10 ++++++++++
 output/docs/latest/managing-optimizers/index.html |  7 +++++++
 output/docs/latest/search.json                    |  2 +-
 3 files changed, 18 insertions(+), 1 deletion(-)

diff --git a/output/docs/latest/ams-config/index.html 
b/output/docs/latest/ams-config/index.html
index ff0eb2fd1..11593a710 100644
--- a/output/docs/latest/ams-config/index.html
+++ b/output/docs/latest/ams-config/index.html
@@ -895,6 +895,16 @@ table td:last-child, table th:last-child { width: 40%; 
word-break: break-all; }
           <td>7 d</td>
           <td>Timeout for http session.</td>
       </tr>
+      <tr>
+          <td>optimizer-group.max-keeping-attempts</td>
+          <td>3</td>
+          <td>The maximum number of consecutive attempts to keep the optimizer 
group at its current parallelism.</td>
+      </tr>
+      <tr>
+          <td>optimizer-group.min-parallelism-check-interval</td>
+          <td>5 min</td>
+          <td>The interval for checking and ensuring the optimizer group meets 
its minimum parallelism requirement. When the current parallelism falls below 
the configured min-parallelism, the system will attempt to scale out optimizers 
at this interval. The actual scale-out timing is calculated as: consecutive 
keeping attempts * this interval.</td>
+      </tr>
       <tr>
           <td>optimizer.heart-beat-timeout</td>
           <td>1 min</td>
diff --git a/output/docs/latest/managing-optimizers/index.html 
b/output/docs/latest/managing-optimizers/index.html
index 192b8ba5d..6aa77dfc7 100644
--- a/output/docs/latest/managing-optimizers/index.html
+++ b/output/docs/latest/managing-optimizers/index.html
@@ -1143,6 +1143,13 @@ contain several optimizers with the same container 
implementation to facilitate
           <td>10min</td>
           <td>Timeout in optimizer cache.</td>
       </tr>
+      <tr>
+          <td>min-parallelism</td>
+          <td>All</td>
+          <td>No</td>
+          <td>0</td>
+          <td>The minimum total parallelism (CPU cores) that the optimizer 
group should maintain. When the total cores of running optimizers fall below 
this value, <code>OptimizerGroupKeeper</code> will automatically scale out new 
optimizers. Set to <code>0</code> to disable auto-scaling. Note: The behavior 
of the auto-scaling mechanism is controlled by the AMS-level configurations 
<code>optimizer-group.min-parallelism-check-interval</code> and 
<code>optimizer-group.max-keeping-attempts< [...]
+      </tr>
       <tr>
           <td>memory</td>
           <td>Local</td>
diff --git a/output/docs/latest/search.json b/output/docs/latest/search.json
index a46695444..293624fa9 100644
--- a/output/docs/latest/search.json
+++ b/output/docs/latest/search.json
@@ -1 +1 @@
-[{"categories":null,"content":"Amoro Docs This directory contains the 
documentation content of Amoro.\nThe documentation is written in Markdown 
format. The images referenced in the documentation are saved in the images 
folder. Style Proper nouns should start with a capital letter, like 
Hadoop、Hive、Iceberg、Amoro 
","description":"","title":"","uri":"https://amoro.apache.org/docs/latest/readme/"},{"categories":null,"content":";
 AMS Configuration Amoro Management Service Configuration The con [...]
\ No newline at end of file
+[{"categories":null,"content":"Amoro Docs This directory contains the 
documentation content of Amoro.\nThe documentation is written in Markdown 
format. The images referenced in the documentation are saved in the images 
folder. Style Proper nouns should start with a capital letter, like 
Hadoop、Hive、Iceberg、Amoro 
","description":"","title":"","uri":"https://amoro.apache.org/docs/latest/readme/"},{"categories":null,"content":";
 AMS Configuration Amoro Management Service Configuration The con [...]
\ No newline at end of file

Reply via email to