We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
OmMetadataManagerImpl#start
1 parent 64318f7 commit 604576aCopy full SHA for 604576a
1 file changed
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 {
553
ExitUtils.terminate(1, errorMsg, LOG);
554
}
555
556
- RocksDBConfiguration rocksDBConfiguration =
557
- configuration.getObject(RocksDBConfiguration.class);
558
-
559
// As When ratis is not enabled, when we perform put/commit to rocksdb we
560
// should turn on sync flag. This needs to be done as when we return
561
// response to client it is considered as complete, but if we have
0 commit comments