errose28 commented on code in PR #318: URL: https://github.com/apache/ozone-site/pull/318#discussion_r2880346197
########## src/pages/release-notes/2.0.0.md: ########## @@ -144,7 +144,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Unit tests and documentation for creating keys/files with EC replication config using ofs/o3fs. ([HDDS-10553](https://issues.apache.org/jira/browse/HDDS-10553)) - Support for passing Kerberos credentials in GrpcOmTransport. ([HDDS-11041](https://issues.apache.org/jira/browse/HDDS-11041)) -### Changed Review Comment: Right, but I don't see any violations in the original version from either manual inspection or the tools. On the branch for this PR I ran `git checkout master -- src/pages/release-notes/2.1.0.md` then `pnpm run lint` and it passed. Here's the change that applies on the top of this branch (the inverse of what is currently in the PR): ``` diff --git a/src/pages/release-notes/2.1.0.md b/src/pages/release-notes/2.1.0.md index 414086bc3..e5d80b26f 100644 --- a/src/pages/release-notes/2.1.0.md +++ b/src/pages/release-notes/2.1.0.md @@ -100,7 +100,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added a "Mismatched Replica" tab to the Containers Page and improved mismatch API. ([HDDS-12395](https://issues.apache.org/jira/browse/HDDS-12395)) - Added `ozone admin` commands for listing containers based on health state and sorting Datanodes. ([HDDS-12653](https://issues.apache.org/jira/browse/HDDS-12653), [HDDS-13095](https://issues.apache.org/jira/browse/HDDS-13095)) -#### Changed +### Changed - **Metadata Storage**: Moved container-related metadata and OM task metadata from Derby DB to Ozone Manager (OM) RocksDB. ([HDDS-13669](https://issues.apache.org/jira/browse/HDDS-13669)) - **Locking**: Refactored OzoneManagerLock to handle hierarchical resource locking and implemented a pool-based lock manager. ([HDDS-13797](https://issues.apache.org/jira/browse/HDDS-13797), [HDDS-13798](https://issues.apache.org/jira/browse/HDDS-13798)) @@ -113,7 +113,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Ozone now requires the Hadoop 3.4 runtime. Support for Hadoop 3.1.2 is deprecated. ([HDDS-12152](https://issues.apache.org/jira/browse/HDDS-12152)) - Renamed the previous functionality of the `--all` option in `ozone sh snapshot lsDiff` to `--all-status`. The `--all` option now behaves as a listing limit, setting the count to `Integer.MAX_VALUE`. ([HDDS-8802](https://issues.apache.org/jira/browse/HDDS-8802)) -#### Fixed +### Fixed - **Snapshot Locking**: Fixed OMLockDetails usage where it incorrectly returned a ThreadLocal Object. ([HDDS-13978](https://issues.apache.org/jira/browse/HDDS-13978), [HDDS-13004](https://issues.apache.org/jira/browse/HDDS-13004)) - **Recon Startup**: Improved Recon `bootup` times by handling failed delta tasks from previous runs and making task reprocessing non-blocking. ([HDDS-13791](https://issues.apache.org/jira/browse/HDDS-13791)) @@ -121,16 +121,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fixed Datanode decommission failing when other nodes are offline in Ratis replication. ([HDDS-13544](https://issues.apache.org/jira/browse/HDDS-13544)) - Fixed memory leaks in NSSummary and issues with Derby during schema upgrade. ([HDDS-8565](https://issues.apache.org/jira/browse/HDDS-8565), [HDDS-12968](https://issues.apache.org/jira/browse/HDDS-12968)) -#### Security +### Security - **Ranger**: Added artifacts for Ranger to authorize STS tokens. ([HDDS-13848](https://issues.apache.org/jira/browse/HDDS-13848)) -### Downloads +## Downloads - [Download tar.gz](https://www.apache.org/dyn/closer.cgi/ozone/2.1.0/ozone-2.1.0.tar.gz) ([checksum](https://downloads.apache.org/ozone/2.1.0/ozone-2.1.0.tar.gz.sha512), [signature](https://downloads.apache.org/ozone/2.1.0/ozone-2.1.0.tar.gz.asc)) - [Download src](https://www.apache.org/dyn/closer.cgi/ozone/2.1.0/ozone-2.1.0-src.tar.gz) ([checksum](https://downloads.apache.org/ozone/2.1.0/ozone-2.1.0-src.tar.gz.sha512), [signature](https://downloads.apache.org/ozone/2.1.0/ozone-2.1.0-src.tar.gz.asc)) -### Documentation +## Documentation - [Ozone 2.1.0 Documentation](https://ozone.apache.org/docs/2.1.0) ``` There was a point where a bad commit was pushed to master with linting issues and we had to revert and fix it. Perhaps this change came from there but is not needed anymore. -- 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]
