[
https://issues.apache.org/jira/browse/HADOOP-3187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12600229#action_12600229
]
dhruba borthakur commented on HADOOP-3187:
------------------------------------------
The code to load an fsimage form disk to memory should try to avoid object
allocation if possible, this speeds up namenode restart times.
FSEditLog.readInt() allocates an IntWritbale every time it is invoked. Is this
method being used at fsimage loading time?
> Quotas for name space management
> --------------------------------
>
> Key: HADOOP-3187
> URL: https://issues.apache.org/jira/browse/HADOOP-3187
> Project: Hadoop Core
> Issue Type: New Feature
> Reporter: Robert Chansler
> Assignee: Hairong Kuang
> Attachments: quota.patch, QuotasDesign.pdf
>
>
> Create a quota mechanism for name space management.
> Quota set at a directory by super user restricts that number of names in and
> below that directory.
> Quota tested by create() and rename().
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.