You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Kai Sasaki (JIRA)" <ji...@apache.org> on 2016/03/15 10:07:34 UTC

[jira] [Resolved] (HDFS-10013) CLONE - Erasure coding: fix bug in TestFSImage

     [ https://issues.apache.org/jira/browse/HDFS-10013?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kai Sasaki resolved HDFS-10013.
-------------------------------
    Resolution: Invalid

> CLONE - Erasure coding: fix bug in TestFSImage
> ----------------------------------------------
>
>                 Key: HDFS-10013
>                 URL: https://issues.apache.org/jira/browse/HDFS-10013
>             Project: Hadoop HDFS
>          Issue Type: Sub-task
>            Reporter: dragon
>            Assignee: Rakesh R
>             Fix For: 3.0.0
>
>
> Following test cases are failing continuously expecting striped redundancy value of {{HdfsConstants.NUM_DATA_BLOCKS + HdfsConstants.NUM_PARITY_BLOCKS}}
> 1) {code}
> java.lang.AssertionError: expected:<0> but was:<5>
> 	at org.junit.Assert.fail(Assert.java:88)
> 	at org.junit.Assert.failNotEquals(Assert.java:743)
> 	at org.junit.Assert.assertEquals(Assert.java:118)
> 	at org.junit.Assert.assertEquals(Assert.java:555)
> 	at org.junit.Assert.assertEquals(Assert.java:542)
> 	at org.apache.hadoop.hdfs.server.namenode.TestFSImage.testSaveAndLoadStripedINodeFile(TestFSImage.java:202)
> 	at org.apache.hadoop.hdfs.server.namenode.TestFSImage.testSaveAndLoadStripedINodeFile(TestFSImage.java:241)
> {code}
> 2) 
> {code}
> java.lang.AssertionError: expected:<0> but was:<5>
> 	at org.junit.Assert.fail(Assert.java:88)
> 	at org.junit.Assert.failNotEquals(Assert.java:743)
> 	at org.junit.Assert.assertEquals(Assert.java:118)
> 	at org.junit.Assert.assertEquals(Assert.java:555)
> 	at org.junit.Assert.assertEquals(Assert.java:542)
> 	at org.apache.hadoop.hdfs.server.namenode.TestFSImage.testSaveAndLoadStripedINodeFile(TestFSImage.java:202)
> 	at org.apache.hadoop.hdfs.server.namenode.TestFSImage.testSaveAndLoadStripedINodeFileUC(TestFSImage.java:261)
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)