[
https://issues.apache.org/jira/browse/HDFS-46?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13112519#comment-13112519
]
Hudson commented on HDFS-46:
----------------------------
Integrated in Hadoop-Mapreduce-trunk-Commit #955 (See
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/955/])
HDFS-46. Change default namespace quota of root directory from
Integer.MAX_VALUE to Long.MAX_VALUE. Contributed by Uma Maheswara Rao G
szetszwo :
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1173990
Files :
* /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
*
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSDirectory.java
*
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/TestQuota.java
*
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/FSImageTestUtil.java
> The namespace quota of root directory should not be Integer.MAX_VALUE
> ---------------------------------------------------------------------
>
> Key: HDFS-46
> URL: https://issues.apache.org/jira/browse/HDFS-46
> Project: Hadoop HDFS
> Issue Type: Bug
> Reporter: Tsz Wo (Nicholas), SZE
> Assignee: Uma Maheswara Rao G
> Labels: newbie
> Fix For: 0.24.0
>
> Attachments: HDFS-46.1.patch, HDFS-46.patch
>
>
> The default namespace quota of root directory is set to Integer.MAX_VALUE but
> the data type of INodeDirectoryWithQuota.nsQuota is long. So default quota
> probably should be Long.MAX_VALUE or some other value like 1,000,000,000.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira