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/ozone-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 6b52e76be [auto] Generated docs from Apache Ozone master
08260d2a24a30ba62573a70415b391791bb64eb7
6b52e76be is described below
commit 6b52e76bee44f8432805d8a65c5c6fa70dfc1209
Author: Github Actions <[email protected]>
AuthorDate: Fri Feb 6 12:48:27 2026 +0000
[auto] Generated docs from Apache Ozone master
08260d2a24a30ba62573a70415b391791bb64eb7
---
docs/edge/design/index.xml | 2 +-
docs/edge/design/upgrade-dev-primer.html | 6 +-----
docs/edge/en/sitemap.xml | 4 ++--
docs/edge/sitemap.xml | 2 +-
4 files changed, 5 insertions(+), 9 deletions(-)
diff --git a/docs/edge/design/index.xml b/docs/edge/design/index.xml
index 859d83410..937bfb704 100644
--- a/docs/edge/design/index.xml
+++ b/docs/edge/design/index.xml
@@ -6,7 +6,7 @@
<description>Recent content in Designs on Ozone</description>
<generator>Hugo</generator>
<language>en</language>
- <lastBuildDate>Tue, 03 Feb 2026 05:23:07 -0800</lastBuildDate>
+ <lastBuildDate>Thu, 05 Feb 2026 19:01:08 -0500</lastBuildDate>
<atom:link href="/design/index.xml" rel="self" type="application/rss+xml"
/>
<item>
<title>S3 Conditional Requests</title>
diff --git a/docs/edge/design/upgrade-dev-primer.html
b/docs/edge/design/upgrade-dev-primer.html
index 54e8a6ce2..e2fe1dc5c 100644
--- a/docs/edge/design/upgrade-dev-primer.html
+++ b/docs/edge/design/upgrade-dev-primer.html
@@ -645,10 +645,6 @@
org.apache.hadoop.ozone.upgrade.LayoutVersionManager#isAllowed(org.apache.hadoop
<p>Method level annotation used to “disallow” an API if current
layout version does not include the associated layout feature. Currently it is
added only to the OM module, but can easily be moved down to a common module
based on need on the HDDS layer.</p>
<h2 id="belongstolayoutversion-annotation">@BelongsToLayoutVersion
Annotation</h2>
<p>Annotation to mark an OM request class that it belongs to a specific Layout
Version. Until that version is available post finalize, this request will not
be supported. A newer version of an existing OM request can be created (by
inheritance or a fully new class) and marked with a newer layout version. Until
finalizing this layout version, the older request class is used. Post
finalizing, the newer version of the request class is used.</p>
-<h2 id="layoutversioninstancefactory">LayoutVersionInstanceFactory<T></h2>
-<p>Generic factory which stores different instances of Type ‘T’
sharded by a key & version. A single key can be associated with different
versions of ‘T’.</p>
-<h3 id="why-does-this-class-exist">Why does this class exist?</h3>
-<p>A typical use case during upgrade is to have multiple versions of a class /
method / object and choose them based on the current layout version at
runtime. Before finalizing, an older version is typically needed, and after
finalization, a newer version is needed. This class serves this purpose in a
generic way. For example, we can create a Factory to create multiple versions
of OMRequests sharded by Request Type & Layout Version Supported.</p>
<h2 id="upgrade-action-upgradeactionom--upgradeactionhdds">Upgrade Action
(UpgradeActionOm & UpgradeActionHdds)</h2>
<p>Annotation to specify upgrade action run during specific upgrade phases.
Each layout feature can optionally define an upgrade action for every supported
phase. These are the supported phases of action callbacks.</p>
<h4 id="validate_in_prefinalize">VALIDATE_IN_PREFINALIZE</h4>
@@ -725,7 +721,7 @@ functionality.</li>
<footer class="footer">
<div class="container">
<span class="small text-muted">
- Version: 2.2.0-SNAPSHOT, Last Modified: June 10, 2025 <a
class="hide-child link primary-color"
href="https://github.com/apache/ozone/commit/5787135483c8539012c1e96a85cbc57e617c39aa">5787135483</a>
+ Version: 2.2.0-SNAPSHOT, Last Modified: February 5, 2026 <a
class="hide-child link primary-color"
href="https://github.com/apache/ozone/commit/28e202b873ac04b8457007b0550f31c2409705d7">28e202b873</a>
</span>
</div>
</footer>
diff --git a/docs/edge/en/sitemap.xml b/docs/edge/en/sitemap.xml
index 83b48858e..8a24e80c1 100644
--- a/docs/edge/en/sitemap.xml
+++ b/docs/edge/en/sitemap.xml
@@ -730,7 +730,7 @@
/>
</url><url>
<loc>/design/index.html</loc>
- <lastmod>2026-02-03T05:23:07-08:00</lastmod>
+ <lastmod>2026-02-05T19:01:08-05:00</lastmod>
<xhtml:link
rel="alternate"
hreflang="zh"
@@ -818,7 +818,7 @@
<lastmod>2025-06-10T11:04:13-07:00</lastmod>
</url><url>
<loc>/design/upgrade-dev-primer.html</loc>
- <lastmod>2025-06-10T11:04:13-07:00</lastmod>
+ <lastmod>2026-02-05T19:01:08-05:00</lastmod>
</url><url>
<loc>/design/s3-performance.html</loc>
<lastmod>2021-03-09T18:59:26+10:00</lastmod>
diff --git a/docs/edge/sitemap.xml b/docs/edge/sitemap.xml
index 4ef9359e6..8545e86b7 100644
--- a/docs/edge/sitemap.xml
+++ b/docs/edge/sitemap.xml
@@ -4,7 +4,7 @@
<sitemap>
<loc>/en/sitemap.xml</loc>
- <lastmod>2026-02-04T10:16:37+05:30</lastmod>
+ <lastmod>2026-02-05T19:01:08-05:00</lastmod>
</sitemap>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]