Remi Catherinot created HDFS-8001: ------------------------------------- Summary: RpcProgramNfs3 : wrong parsing of dfs.blocksize Key: HDFS-8001 URL: https://issues.apache.org/jira/browse/HDFS-8001 Project: Hadoop HDFS Issue Type: Bug Components: nfs Affects Versions: 2.5.2, 2.6.0 Environment: any : windows, linux, etc. Reporter: Remi Catherinot Priority: Trivial
org/apache/hadoop/hdfs/nfs/nfs3/RpcProgramNfs3.java use Configuration.getLong to get the dfs.blocksize value, but it should use getLongBytes so it can handle syntax like 64m rather than pure numeric values. DataNode code & others all use getLongBytes. it's line 187 in source code. detected on version 2.5.2, checked version 2.6.0 which still has the bug. -- This message was sent by Atlassian JIRA (v6.3.4#6332)