Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down