[ 
https://issues.apache.org/jira/browse/HDFS-13101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16909639#comment-16909639
 ] 

Wei-Chiu Chuang commented on HDFS-13101:
----------------------------------------

Submitted a branch-2 patch. There is just a small conflict in 
DirectoryWithSnapshotFeature.java where 
{code}
for (INode cNode : priorDiff.diff.getCreatedUnmodifiable()) {
{code}
was changed to
{code}
for (INode cNode : priorDiff.getChildrenDiff().getList(
                  ListType.CREATED)) {
{code}

> Yet another fsimage corruption related to snapshot
> --------------------------------------------------
>
>                 Key: HDFS-13101
>                 URL: https://issues.apache.org/jira/browse/HDFS-13101
>             Project: Hadoop HDFS
>          Issue Type: Bug
>          Components: snapshots
>            Reporter: Yongjun Zhang
>            Assignee: Shashikant Banerjee
>            Priority: Major
>             Fix For: 3.3.0, 3.2.1, 3.1.3
>
>         Attachments: HDFS-13101.001.patch, HDFS-13101.002.patch, 
> HDFS-13101.003.patch, HDFS-13101.004.patch, HDFS-13101.branch-2.001.patch, 
> HDFS-13101.corruption_repro.patch, 
> HDFS-13101.corruption_repro_simplified.patch
>
>
> Lately we saw case similar to HDFS-9406, even though HDFS-9406 fix is 
> present, so it's likely another case not covered by the fix. We are currently 
> trying to collect good fsimage + editlogs to replay to reproduce it and 
> investigate. 



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org

Reply via email to