hemantk-12 commented on code in PR #4633:
URL: https://github.com/apache/ozone/pull/4633#discussion_r1185580471
##########
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/snapshot/SnapshotDiffManager.java:
##########
@@ -155,9 +158,8 @@ public class SnapshotDiffManager implements AutoCloseable {
*/
private final String sstBackupDirForSnapDiffJobs;
- private boolean isNativeRocksToolsLoaded;
-
- private ManagedSSTDumpTool sstDumpTool;
+ private final boolean isNativeRocksToolsLoaded;
Review Comment:
Changed it to `Optional` in
https://github.com/apache/ozone/pull/4617/files#diff-46f82d5fbac5dc7aae1fc363811fb88e6bc6c89a2aefafddad90de2f1ff3cfbdR163
--
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]