You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Tsz Wo (Nicholas), SZE (JIRA)" <ji...@apache.org> on 2008/11/05 20:45:44 UTC

[jira] Created: (HADOOP-4596) The namespace quota of root directory should not be Integer.MAX_VALUE

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.