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 5dea87590 Regenerated Amoro latest docs page based on 
0c5d3d84c6ba544adb10bdd4d4893de489e3dd4b commit
5dea87590 is described below

commit 5dea87590c1657f574128c76eb6b5fd9a2e4bd94
Author: GitHub Actions <[email protected]>
AuthorDate: Tue May 19 02:25:16 2026 +0000

    Regenerated Amoro latest docs page based on 
0c5d3d84c6ba544adb10bdd4d4893de489e3dd4b commit
---
 output/docs/latest/ams-config/index.html | 15 ---------------
 output/docs/latest/deployment/index.html |  3 +++
 output/docs/latest/search.json           |  2 +-
 3 files changed, 4 insertions(+), 16 deletions(-)

diff --git a/output/docs/latest/ams-config/index.html 
b/output/docs/latest/ams-config/index.html
index 01311f197..8cc7401bb 100644
--- a/output/docs/latest/ams-config/index.html
+++ b/output/docs/latest/ams-config/index.html
@@ -734,21 +734,6 @@ table td:last-child, table th:last-child { width: 40%; 
word-break: break-all; }
           <td>1 min</td>
           <td>TTL for catalog metadata.</td>
       </tr>
-      <tr>
-          <td>clean-dangling-delete-files.enabled</td>
-          <td>true</td>
-          <td>Enable dangling delete files cleaning.</td>
-      </tr>
-      <tr>
-          <td>clean-dangling-delete-files.interval</td>
-          <td>1 d</td>
-          <td>Interval for cleaning dangling delete files.</td>
-      </tr>
-      <tr>
-          <td>clean-dangling-delete-files.thread-count</td>
-          <td>10</td>
-          <td>The number of threads used for dangling delete files 
cleaning.</td>
-      </tr>
       <tr>
           <td>data-expiration.enabled</td>
           <td>true</td>
diff --git a/output/docs/latest/deployment/index.html 
b/output/docs/latest/deployment/index.html
index fc81c55cb..bf81f4791 100644
--- a/output/docs/latest/deployment/index.html
+++ b/output/docs/latest/deployment/index.html
@@ -891,6 +891,8 @@ They are configured in 
<code>$AMORO_CONF_DIR/plugins/process-factories.yaml</cod
 </span></span><span style="display:flex;"><span>      <span 
style="color:#f92672">expire-snapshots.interval</span>: <span 
style="color:#e6db74">&#34;1h&#34;</span>        <span style="color:#75715e"># 
interval for expiring snapshots</span>
 </span></span><span style="display:flex;"><span>      <span 
style="color:#f92672">clean-orphan-files.enabled</span>: <span 
style="color:#e6db74">&#34;true&#34;</span>     <span style="color:#75715e"># 
enable orphan files cleaning</span>
 </span></span><span style="display:flex;"><span>      <span 
style="color:#f92672">clean-orphan-files.interval</span>: <span 
style="color:#e6db74">&#34;1d&#34;</span>      <span style="color:#75715e"># 
interval for cleaning orphan files</span>
+</span></span><span style="display:flex;"><span>      <span 
style="color:#f92672">clean-dangling-delete-files.enabled</span>: <span 
style="color:#e6db74">&#34;true&#34;</span>     <span style="color:#75715e"># 
enable dangling delete files cleaning</span>
+</span></span><span style="display:flex;"><span>      <span 
style="color:#f92672">clean-dangling-delete-files.interval</span>: <span 
style="color:#e6db74">&#34;1d&#34;</span>      <span style="color:#75715e"># 
interval for cleaning dangling delete files</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>
@@ -911,6 +913,7 @@ 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.default.thread-count</span>: <span 
style="color:#ae81ff">10</span>                   <span style="color:#75715e"># 
default thread pool size</span>
 </span></span><span style="display:flex;"><span>      <span 
style="color:#f92672">pool.snapshots-expiring.thread-count</span>: <span 
style="color:#ae81ff">10</span>        <span style="color:#75715e"># thread 
pool for snapshot expiration</span>
 </span></span><span style="display:flex;"><span>      <span 
style="color:#f92672">pool.orphan-files-cleaning.thread-count</span>: <span 
style="color:#ae81ff">10</span>     <span style="color:#75715e"># thread pool 
for orphan file cleaning</span>
+</span></span><span style="display:flex;"><span>      <span 
style="color:#f92672">pool.clean-dangling-delete-files.thread-count</span>: 
<span style="color:#ae81ff">10</span>     <span style="color:#75715e"># thread 
pool for dangling delete files cleaning</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.&lt;name&gt;.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/search.json b/output/docs/latest/search.json
index 23e7fe069..0e2046246 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