Colin Patrick McCabe created HDFS-3759: ------------------------------------------
Summary: don't allow files to be created unless blocksize is a multiple of chunksize Key: HDFS-3759 URL: https://issues.apache.org/jira/browse/HDFS-3759 Project: Hadoop HDFS Issue Type: Bug Components: hdfs client Affects Versions: 2.0.0-alpha Reporter: Colin Patrick McCabe Priority: Minor The block size of a file should be a multiple of the io.bytes.per.checksum. Currently, we're not enforcing this invariant, allowing files to be created with blocksize=1, chunksize=512, and other oddities. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira