[
https://issues.apache.org/jira/browse/HDDS-1371?focusedWorklogId=253897&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-253897
]
ASF GitHub Bot logged work on HDDS-1371:
----------------------------------------
Author: ASF GitHub Bot
Created on: 04/Jun/19 18:08
Start Date: 04/Jun/19 18:08
Worklog Time Spent: 10m
Work Description: bharatviswa504 commented on 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]
Issue Time Tracking
-------------------
Worklog Id: (was: 253897)
Time Spent: 4h (was: 3h 50m)
> Download RocksDB checkpoint from OM Leader to Follower
> ------------------------------------------------------
>
> Key: HDDS-1371
> URL: https://issues.apache.org/jira/browse/HDDS-1371
> Project: Hadoop Distributed Data Store
> Issue Type: Sub-task
> Reporter: Hanisha Koneru
> Assignee: Hanisha Koneru
> Priority: Major
> Labels: pull-request-available
> Time Spent: 4h
> Remaining Estimate: 0h
>
> If a follower OM is lagging way behind the leader OM or in case of a restart
> or bootstrapping, a follower OM might need RocksDB checkpoint from the leader
> to catch up with it. This is because the leader might have purged its logs
> after taking a snapshot.
> This Jira aims to add support to download a RocksDB checkpoint from leader
> OM to follower OM through a HTTP servlet. We reuse the DBCheckpoint servlet
> used by Recon server.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]