fmorg-git commented on code in PR #319: URL: https://github.com/apache/ozone-site/pull/319#discussion_r2756463613
########## 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: updated -- 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]
