The namespace quota of root directory should not be Integer.MAX_VALUE
---------------------------------------------------------------------
Key: HADOOP-4596
URL: https://issues.apache.org/jira/browse/HADOOP-4596
Project: Hadoop Core
Issue Type: Bug
Components: dfs
Reporter: Tsz Wo (Nicholas), SZE
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.
-
You can reply to this email to add a comment to the issue online.