bharatviswa504 commented on a change in pull request #703: HDDS-1371. Download RocksDB checkpoint from OM Leader to Follower. URL: https://github.com/apache/hadoop/pull/703#discussion_r290426670
########## File path: hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/OzoneManager.java ########## @@ -274,7 +265,11 @@ private boolean isRatisEnabled; private OzoneManagerRatisServer omRatisServer; private OzoneManagerRatisClient omRatisClient; + private OzoneManagerSnapshotProvider omSnapshotProvider; private OMNodeDetails omNodeDetails; + private List<OMNodeDetails> peerNodes; + private File omRatisStorageDir; Review comment: omRatisStorageDir is not used any where. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
