[
https://issues.apache.org/jira/browse/HDFS-9872?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16657243#comment-16657243
]
Hudson commented on HDFS-9872:
------------------------------
SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #15272 (See
[https://builds.apache.org/job/Hadoop-trunk-Commit/15272/])
HDFS-9872. HDFS bytes-default configurations should accept multiple size
(inigoiri: rev 88cce32551e6d52fd1c5a5bfd6c41499bf6ab1ab)
* (edit) hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml
* (edit)
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/TransferFsImage.java
* (edit)
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSDirectory.java
* (edit)
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/ImageServlet.java
* (edit)
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/fsdataset/AvailableSpaceVolumeChoosingPolicy.java
* (edit)
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSNamesystem.java
* (edit)
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/NameNodeResourceChecker.java
* (edit)
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/fsdataset/impl/ReservedSpaceCalculator.java
* (edit)
hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/DFSClient.java
* (edit)
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/DNConf.java
> HDFS bytes-default configurations should accept multiple size units
> -------------------------------------------------------------------
>
> Key: HDFS-9872
> URL: https://issues.apache.org/jira/browse/HDFS-9872
> Project: Hadoop HDFS
> Issue Type: Bug
> Affects Versions: 2.7.1
> Reporter: Yiqun Lin
> Assignee: Yiqun Lin
> Priority: Major
> Fix For: 3.3.0
>
> Attachments: HDFS-9872.001.patch, HDFS-9872.002.patch,
> HDFS-9872.003.patch, HDFS-9872.004.patch
>
>
> In HDFS-1314 and HDFS-9842, it had make some configurations can be friendly
> accept multiply size unit, such as 134217728 can be also 128m, or 8048, can
> be also replaced by 8k. And in some configurations, the value will be large,
> like in
> {{dfs.datanode.available-space-volume-choosing-policy.balanced-space-threshold}},
> its default value is 10g, equal to 10737418240. Obviously, it's not
> convenient to direct transform. So we could make some hdfs bytes-default
> configurations which without size unit name be friendly accepted multiply
> size unit.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]