Skip to content

Commit 604576a

Browse files
authored
HDDS-12735. Unused rocksDBConfiguration variable in OmMetadataManagerImpl#start (#8196)
1 parent 64318f7 commit 604576a

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/OmMetadataManagerImpl.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -553,9 +553,6 @@ public void start(OzoneConfiguration configuration) throws IOException {
553553
ExitUtils.terminate(1, errorMsg, LOG);
554554
}
555555

556-
RocksDBConfiguration rocksDBConfiguration =
557-
configuration.getObject(RocksDBConfiguration.class);
558-
559556
// As When ratis is not enabled, when we perform put/commit to rocksdb we
560557
// should turn on sync flag. This needs to be done as when we return
561558
// response to client it is considered as complete, but if we have

0 commit comments

Comments
 (0)