errose28 commented on code in PR #319: URL: https://github.com/apache/ozone-site/pull/319#discussion_r2756329776
########## src/pages/release-notes/2.0.0.md: ########## @@ -132,12 +133,12 @@ A set of S3 REST API endpoints are available to manage S3 secrets: /secret for g The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -**Version [2.0.0] - 2025-04-04** +Version [2.0.0] - 2025-04-04 Review Comment: Do we need this here? The page is already named after the release. If we want to call out the release date it should be at the top of the page, not buried in the middle. This goes for the other release pages as well. ########## src/pages/release-notes/2.1.0.md: ########## @@ -8,99 +8,99 @@ Apache Ozone 2.1.0 adds 805 new features, improvements and bug fixes on top of O ## Notable Changes -#### [HDDS-10239](https://issues.apache.org/jira/browse/HDDS-10239) | **Storage Container Reconciliation** +[HDDS-10239](https://issues.apache.org/jira/browse/HDDS-10239) | **Storage Container Reconciliation** Introduced a container reconciliation protocol to resolve mismatched container states and verify replica integrity. --- -#### [HDDS-12940](https://issues.apache.org/jira/browse/HDDS-12940) | **Ozone Snapshot Phase 3: Scale up Snapshot Operations** +[HDDS-12940](https://issues.apache.org/jira/browse/HDDS-12940) | **Ozone Snapshot Phase 3: Scale up Snapshot Operations** Enhanced Ozone Snapshot scalability and continued stability improvements. --- -#### [HDDS-8387](https://issues.apache.org/jira/browse/HDDS-8387) | **Container and volume scanners phase II** +[HDDS-8387](https://issues.apache.org/jira/browse/HDDS-8387) | **Container and volume scanners phase II** Enhanced storage volume failure handling by introducing a 'degraded' state to preserve data availability, along with improved health observability. --- -#### [HDDS-12564](https://issues.apache.org/jira/browse/HDDS-12564) | **Handling disk issues in Datanodes - Phase II** +[HDDS-12564](https://issues.apache.org/jira/browse/HDDS-12564) | **Handling disk issues in Datanodes - Phase II** Enhanced Datanode disk space management to prevent out-of-space failures. --- ## New Configuration Options -- **OZONE_SERVER_OPTS**: A new environment variable was added to allow setting common Java options for all Ozone server processes at once. -- **ozone.compaction.service.enabled**: Enable or disable a background job that periodically compacts rocksdb tables flagged for compaction. The default is false. -- **ozone.om.compaction.service.run.interval**: A background job that periodically compacts rocksdb tables flagged for compaction. The default is 6 hours. -- **ozone.om.compaction.service.timeout**: A timeout value of compaction service. If this is set greater than 0, the service will stop waiting for compaction completion after this time. Unit could be defined with postfix (ns,ms,s,m,h,d). The default is 10 min. -- **ozone.om.compaction.service.columnfamilies**: A comma separated, no spaces list of all the column families that are compacted by the compaction service. If this is empty, no column families are compacted. The default is "keyTable,fileTable,directoryTable,deletedTable,deletedDirectoryTable,multipartInfoTable". -- **ozone.om.snapshot.prune.compaction.backup.batch.size**: This property controls Prune SST files in Compaction backup directory in batches every `ozone.om.snapshot.compaction.dag.prune.daemon.run.interval`. The default is 2000. +- **`OZONE_SERVER_OPTS`**: A new environment variable was added to allow setting common Java options for all Ozone server processes at once. Review Comment: For all the configs on this page I think we just want code blocks without the bold. So as part of the migration we are replacing the bold with code blocks instead of just adding the code blocks. ########## src/pages/release-notes/2.0.0.md: ########## @@ -406,6 +407,6 @@ This is a generally available (GA) release. It represents a point of API stabili **Release Date:** 2025 Apr 30 -*Generated-by: Google AI Studio + Gemini 2.5 Pro Preview 03-25, with input data from a [filtered JIRA list](https://issues.apache.org/jira/issues/?filter=12353885) using [this prompt](https://gist.github.com/jojochuang/f36bcdf135b2df26c2f0ab1b9e8c0c27).* +*Generated-by: Google AI Studio + Gemini 2.5 Pro Preview 03-25, with input data from a [filtered Jira list](https://issues.apache.org/jira/issues/?filter=12353885) using [this prompt](https://gist.github.com/jojochuang/f36bcdf135b2df26c2f0ab1b9e8c0c27).* -*Image credit: [Indiana Dunes National Lakeshore, Michigan City, Indiana, USA](https://commons.wikimedia.org/wiki/File:Indiana_Dunes_National_Lakeshore,_Michigan_City,_Indiana,_Estados_Unidos,_2012-10-20,_DD_03.jpg) by [Diego Delso](https://delso.photo/), [CC-BY-SA 3.0](https://creativecommons.org/licenses/by-sa/3.0/) / Text added to original* +*Image credit: [`Indiana Dunes National Lakeshore, Michigan City, Indiana, USA`](https://commons.wikimedia.org/wiki/File:Indiana_Dunes_National_Lakeshore,_Michigan_City,_Indiana,_Estados_Unidos,_2012-10-20,_DD_03.jpg) by [`Diego Delso`](https://delso.photo/), [`CC-BY-SA 3.0`](https://creativecommons.org/licenses/by-sa/3.0/) / Text added to original* Review Comment: Let's use an [inline cspell ignore](https://github.com/apache/ozone-site/blob/HDDS-9225-website-v2/CONTRIBUTING.md#spelling) for the photographer's name instead of wrapping it in code blocks. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
