This is an automated email from the ASF dual-hosted git repository. adoroszlai pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ozone.git
The following commit(s) were added to refs/heads/master by this push: new 604576a0c9 HDDS-12735. Unused rocksDBConfiguration variable in `OmMetadataManagerImpl#start` (#8196) 604576a0c9 is described below commit 604576a0c921daa3b83b320a62c488659305ba82 Author: Peter Lee <peterx...@gmail.com> AuthorDate: Mon Mar 31 04:37:56 2025 +0800 HDDS-12735. Unused rocksDBConfiguration variable in `OmMetadataManagerImpl#start` (#8196) --- .../main/java/org/apache/hadoop/ozone/om/OmMetadataManagerImpl.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/OmMetadataManagerImpl.java b/hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/OmMetadataManagerImpl.java index 240c26fa14..198a3e4a50 100644 --- a/hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/OmMetadataManagerImpl.java +++ b/hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/OmMetadataManagerImpl.java @@ -553,9 +553,6 @@ public void start(OzoneConfiguration configuration) throws IOException { ExitUtils.terminate(1, errorMsg, LOG); } - RocksDBConfiguration rocksDBConfiguration = - configuration.getObject(RocksDBConfiguration.class); - // As When ratis is not enabled, when we perform put/commit to rocksdb we // should turn on sync flag. This needs to be done as when we return // response to client it is considered as complete, but if we have --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@ozone.apache.org For additional commands, e-mail: commits-h...@ozone.apache.org