This is an automated email from the ASF dual-hosted git repository.
github-actions[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 1e9acfb2f Regenerated Amoro latest docs page based on
374ed06bdb3d2de20856f6e2f13b4a5c49cc4757 commit
1e9acfb2f is described below
commit 1e9acfb2f9adfdfe485660b0ffa9c635d91de7f3
Author: GitHub Actions <[email protected]>
AuthorDate: Mon Jun 15 02:56:44 2026 +0000
Regenerated Amoro latest docs page based on
374ed06bdb3d2de20856f6e2f13b4a5c49cc4757 commit
---
output/docs/latest/ams-config/index.html | 30 ++++++++++++++++++++++++++++++
output/docs/latest/deployment/index.html | 4 ----
output/docs/latest/index.html | 2 +-
output/docs/latest/search.json | 2 +-
4 files changed, 32 insertions(+), 6 deletions(-)
diff --git a/output/docs/latest/ams-config/index.html
b/output/docs/latest/ams-config/index.html
index 7fa41154f..adf22d644 100644
--- a/output/docs/latest/ams-config/index.html
+++ b/output/docs/latest/ams-config/index.html
@@ -974,6 +974,16 @@ table td:last-child, table th:last-child { width: 40%;
word-break: break-all; }
<td>3 min</td>
<td>Interval for refreshing overview
cache.</td>
</tr>
+ <tr>
+ <td>process.history-data-keep-days</td>
+ <td>7</td>
+ <td>Deprecated: use
‘process.history-data-keep-time’ instead. The number of days that
process history data is retained.</td>
+ </tr>
+ <tr>
+ <td>process.history-data-keep-time</td>
+ <td>7 d</td>
+ <td>Duration that process history data
is retained. Expired terminal process records will be deleted
automatically.</td>
+ </tr>
<tr>
<td>refresh-external-catalogs.interval</td>
<td>3 min</td>
@@ -1029,6 +1039,26 @@ table td:last-child, table th:last-child { width: 40%;
word-break: break-all; }
<td>30 s</td>
<td>Optimizer group refresh
interval.</td>
</tr>
+ <tr>
+
<td>self-optimizing.runtime-data-expire-interval</td>
+ <td>1 h</td>
+ <td>Interval between self-optimizing
runtime data expiration runs.</td>
+ </tr>
+ <tr>
+
<td>self-optimizing.runtime-data-expire-interval-hours</td>
+ <td>1</td>
+ <td>Deprecated: use
‘self-optimizing.runtime-data-expire-interval’ instead. The number
of hours that self-optimizing runtime data expire interval.</td>
+ </tr>
+ <tr>
+
<td>self-optimizing.runtime-data-keep-days</td>
+ <td>30</td>
+ <td>Deprecated: use
‘self-optimizing.runtime-data-keep-time’ instead. The number of
days that self-optimizing runtime data keeps the runtime.</td>
+ </tr>
+ <tr>
+
<td>self-optimizing.runtime-data-keep-time</td>
+ <td>30 d</td>
+ <td>Duration that self-optimizing
runtime data is retained.</td>
+ </tr>
<tr>
<td>server-bind-host</td>
<td>0.0.0.0</td>
diff --git a/output/docs/latest/deployment/index.html
b/output/docs/latest/deployment/index.html
index 3c77d4721..96b51be02 100644
--- a/output/docs/latest/deployment/index.html
+++ b/output/docs/latest/deployment/index.html
@@ -899,9 +899,6 @@ They are configured in
<code>$AMORO_CONF_DIR/plugins/process-factories.yaml</cod
</span></span><span style="display:flex;"><span> <span
style="color:#f92672">auto-create-tags.interval</span>: <span
style="color:#e6db74">"1m"</span> <span style="color:#75715e">#
interval for auto creating tags</span>
</span></span><span style="display:flex;"><span> <span
style="color:#f92672">sync-hive-tables.enabled</span>: <span
style="color:#e6db74">"false"</span> <span
style="color:#75715e"># enable synchronizing Hive tables</span>
</span></span><span style="display:flex;"><span> <span
style="color:#f92672">sync-hive-tables.interval</span>: <span
style="color:#e6db74">"10min"</span> <span
style="color:#75715e"># interval for synchronizing Hive tables</span>
-</span></span><span style="display:flex;"><span> <span
style="color:#f92672">expire-process-data.runtime-data-expire-interval</span>:
<span style="color:#e6db74">"1h"</span> <span
style="color:#75715e"># interval for expiring process data</span>
-</span></span><span style="display:flex;"><span> <span
style="color:#f92672">expire-process-data.runtime-data-keep-time</span>: <span
style="color:#e6db74">"30d"</span> <span style="color:#75715e">#
duration to keep optimizing runtime data</span>
-</span></span><span style="display:flex;"><span> <span
style="color:#f92672">expire-process-data.history-data-keep-time</span>: <span
style="color:#e6db74">"7d"</span> <span
style="color:#75715e"># duration to keep terminal process history records</span>
</span></span></code></pre></div><div class="info">
Process-level properties control whether an action is registered.
Table-level properties (see <a href="../../user-guides/configurations/">Table
Configurations</a>) control whether a specific table executes the action.
</div>
@@ -926,7 +923,6 @@ They are configured in
<code>$AMORO_CONF_DIR/plugins/execute-engines.yaml</code>
</span></span><span style="display:flex;"><span> <span
style="color:#f92672">pool.expire-data.thread-count</span>: <span
style="color:#ae81ff">10</span> <span style="color:#75715e">#
thread pool for data expiration</span>
</span></span><span style="display:flex;"><span> <span
style="color:#f92672">pool.auto-create-tags.thread-count</span>: <span
style="color:#ae81ff">3</span> <span style="color:#75715e"># thread
pool for auto creating tags</span>
</span></span><span style="display:flex;"><span> <span
style="color:#f92672">pool.sync-hive-tables.thread-count</span>: <span
style="color:#ae81ff">10</span> <span style="color:#75715e"># thread
pool for synchronizing Hive tables</span>
-</span></span><span style="display:flex;"><span> <span
style="color:#f92672">pool.expire-process-data.thread-count</span>: <span
style="color:#ae81ff">1</span> <span style="color:#75715e"># thread pool
for expiring process data</span>
</span></span><span style="display:flex;"><span> <span
style="color:#f92672">process.status.ttl</span>: <span style="color:#ae81ff">4h
</span> <span style="color:#75715e"># TTL for process
status cache</span>
</span></span></code></pre></div><div class="info">
Custom pools use the pattern <code>pool.<name>.thread-count</code>.
Processes select pools via their <code>tag()</code> method, falling back to the
default pool if no match.
diff --git a/output/docs/latest/index.html b/output/docs/latest/index.html
index 7b894fb89..5f013fbd1 100644
--- a/output/docs/latest/index.html
+++ b/output/docs/latest/index.html
@@ -32,7 +32,7 @@
<!DOCTYPE html>
<html>
<head>
- <meta name="generator" content="Hugo 0.163.0">
+ <meta name="generator" content="Hugo 0.163.1">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
diff --git a/output/docs/latest/search.json b/output/docs/latest/search.json
index 23812a400..210678dae 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