[
https://issues.apache.org/jira/browse/HDFS-46?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13109653#comment-13109653
]
Hadoop QA commented on HDFS-46:
-------------------------------
-1 overall. Here are the results of testing the latest attachment
http://issues.apache.org/jira/secure/attachment/12495383/HDFS-46.1.patch
against trunk revision .
+1 @author. The patch does not contain any @author tags.
+1 tests included. The patch appears to include 8 new or modified tests.
+1 javadoc. The javadoc tool did not generate any warning messages.
+1 javac. The applied patch does not increase the total number of javac
compiler warnings.
+1 findbugs. The patch does not introduce any new Findbugs (version 1.3.9)
warnings.
+1 release audit. The applied patch does not increase the total number of
release audit warnings.
-1 core tests. The patch failed these unit tests:
org.apache.hadoop.hdfs.TestDfsOverAvroRpc
org.apache.hadoop.hdfs.server.blockmanagement.TestHost2NodesMap
org.apache.hadoop.hdfs.TestDFSRollback
org.apache.hadoop.hdfs.server.datanode.TestReplicasMap
+1 contrib tests. The patch passed contrib unit tests.
Test results:
https://builds.apache.org/job/PreCommit-HDFS-Build/1276//testReport/
Console output: https://builds.apache.org/job/PreCommit-HDFS-Build/1276//console
This message is automatically generated.
> 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
> 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