Details
-
Test
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
-
Reviewed
Description
HDFS-1763 exposed a bug in TestFiRename or HDFS (see HADOOP-70800) which fails due to the following:
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
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.
Attachments
Attachments
Issue Links
- relates to
-
HDFS-1763 Replace hard-coded option strings with variables from DFSConfigKeys
- Closed