TestFiRename fails due to invalid block size
--------------------------------------------

                 Key: HDFS-1770
                 URL: https://issues.apache.org/jira/browse/HDFS-1770
             Project: Hadoop HDFS
          Issue Type: Test
            Reporter: Eli Collins
            Priority: Minor


HDFS-1763 exposed a bug in TestFiRename or HDFS (see HADOOP-70800) which fails 
due to the following:

{quote}
Internal error: default blockSize is not a multiple of default bytesPerChecksum 
java.io.IOException: Internal error: default blockSize is not a multiple of 
default bytesPerChecksum 
{quote}

Previously this test passed because it used dfs.block.size (instead of 
dfs.blocksize), though the behavior should be equivalent since on deprecates 
the other.


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to