[
https://issues.apache.org/jira/browse/HDDS-1371?focusedWorklogId=253866&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-253866
]
ASF GitHub Bot logged work on HDDS-1371:
----------------------------------------
Author: ASF GitHub Bot
Created on: 04/Jun/19 17:36
Start Date: 04/Jun/19 17:36
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_r290413302
##########
File path: hadoop-hdds/common/src/main/resources/ozone-default.xml
##########
@@ -1700,6 +1712,42 @@
.</description>
</property>
+ <property>
+ <name>ozone.om.ratis.snapshot.dir</name>
+ <value/>
+ <tag>OZONE, OM, STORAGE, MANAGEMENT, RATIS</tag>
+ <description>This directory is used for storing OM's snapshot
+ related files like the ratisSnapshotIndex and DB checkpoint from.
Review comment:
Can we add a description, if this is not set the we will fall back to
ozone.om.ratis.storage dir/ozone.om.metadirs.
And also add a description similar to other db dirs, fall back is not
recommended for production.
----------------------------------------------------------------
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: 253866)
Time Spent: 3h 50m (was: 3h 40m)
> 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: 3h 50m
> 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]