Issue Details (XML | Word | Printable)

Key: HADOOP-3187
Type: New Feature New Feature
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Hairong Kuang
Reporter: Robert Chansler
Votes: 0
Watchers: 2
Operations

If you were logged in you would be able to see more operations.
Hadoop Common

Quotas for name space management

Created: 05/Apr/08 12:18 AM   Updated: 06/Sep/08 01:03 AM
Return to search
Component/s: None
Affects Version/s: None
Fix Version/s: 0.18.0

Time Tracking:
Not Specified

File Attachments:
  Size
Text File Licensed for inclusion in ASF works quota.patch 2008-05-27 05:41 PM Hairong Kuang 68 kB
Text File Licensed for inclusion in ASF works quota1.patch 2008-05-30 11:10 PM Hairong Kuang 89 kB
Text File Licensed for inclusion in ASF works quota2.patch 2008-06-03 06:58 PM Hairong Kuang 93 kB
Text File Licensed for inclusion in ASF works quota3.patch 2008-06-03 11:31 PM Hairong Kuang 93 kB
Text File Licensed for inclusion in ASF works quota4.patch 2008-06-04 06:13 PM Hairong Kuang 93 kB
PDF File Licensed for inclusion in ASF works QuotasDesign.pdf 2008-05-02 05:54 PM Hairong Kuang 115 kB
PDF File Licensed for inclusion in ASF works QuotasDesign1.pdf 2008-05-27 11:49 PM Hairong Kuang 115 kB
PDF File Licensed for inclusion in ASF works QuotasDesign2.pdf 2008-06-05 10:53 PM Hairong Kuang 116 kB
Issue Links:
Dependants
 
Reference
 

Hadoop Flags: Reviewed
Release Note:
Introduced directory quota as hard limits on the number of names in the tree rooted at that directory. An administrator may set quotas on individual directories explicitly. Newly created directories have no associated quota. File/directory creations fault if the quota would be exceeded. The attempt to set a quota faults if the directory would be in violation of the new quota.
Resolution Date: 05/Jun/08 06:13 AM


 Description  « Hide
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().



 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Robert Chansler made changes - 11/Apr/08 05:26 PM
Field Original Value New Value
Assignee Hairong Kuang [ hairong ]
Hairong Kuang made changes - 02/May/08 05:54 PM
Attachment QuotasDesign.pdf [ 12381325 ]
Hairong Kuang made changes - 16/May/08 10:20 PM
Link This issue depends on HADOOP-3409 [ HADOOP-3409 ]
Hairong Kuang made changes - 27/May/08 05:41 PM
Attachment quota.patch [ 12382862 ]
Hairong Kuang made changes - 27/May/08 11:49 PM
Attachment QuotasDesign1.pdf [ 12382891 ]
Hairong Kuang made changes - 30/May/08 11:10 PM
Attachment quota1.patch [ 12383155 ]
Hairong Kuang made changes - 30/May/08 11:11 PM
Status Open [ 1 ] Patch Available [ 10002 ]
Fix Version/s 0.18.0 [ 12312972 ]
Hairong Kuang made changes - 02/Jun/08 11:40 PM
Status Patch Available [ 10002 ] Open [ 1 ]
Hairong Kuang made changes - 02/Jun/08 11:40 PM
Status Open [ 1 ] Patch Available [ 10002 ]
Hairong Kuang made changes - 03/Jun/08 06:58 PM
Attachment quota2.patch [ 12383309 ]
Hairong Kuang made changes - 03/Jun/08 11:31 PM
Attachment quota3.patch [ 12383338 ]
Hairong Kuang made changes - 03/Jun/08 11:32 PM
Status Patch Available [ 10002 ] Open [ 1 ]
Hairong Kuang made changes - 03/Jun/08 11:32 PM
Status Open [ 1 ] Patch Available [ 10002 ]
Hairong Kuang made changes - 04/Jun/08 05:58 PM
Status Patch Available [ 10002 ] Open [ 1 ]
Hairong Kuang made changes - 04/Jun/08 06:03 PM
Attachment quota4.patch [ 12383401 ]
Hairong Kuang made changes - 04/Jun/08 06:10 PM
Release Note The directory quota is a hard limit on the number of names in the tree rooted at that directory. This jira allows an administrator to set quotas on individual directories explicitly. Newly created directories have no associated quota. The largest quota is Long.Max_Value. A quota of one forces a directory to remain empty. File/directory creations fault if the quota would be exceeded. Quotas stick to renamed directories; the rename operation
faults if operation would result in a quota violation. The attempt to set a quota faults if the directory would be in violation of the new quota.
Hadoop Flags [Reviewed]
Status Open [ 1 ] Patch Available [ 10002 ]
Hairong Kuang made changes - 04/Jun/08 06:12 PM
Attachment quota4.patch [ 12383401 ]
Hairong Kuang made changes - 04/Jun/08 06:13 PM
Attachment quota4.patch [ 12383403 ]
Hairong Kuang made changes - 05/Jun/08 06:13 AM
Resolution Fixed [ 1 ]
Status Patch Available [ 10002 ] Resolved [ 5 ]
Hairong Kuang made changes - 05/Jun/08 10:53 PM
Attachment QuotasDesign2.pdf [ 12383512 ]
Robert Chansler made changes - 27/Jun/08 09:20 PM
Release Note The directory quota is a hard limit on the number of names in the tree rooted at that directory. This jira allows an administrator to set quotas on individual directories explicitly. Newly created directories have no associated quota. The largest quota is Long.Max_Value. A quota of one forces a directory to remain empty. File/directory creations fault if the quota would be exceeded. Quotas stick to renamed directories; the rename operation
faults if operation would result in a quota violation. The attempt to set a quota faults if the directory would be in violation of the new quota.
Introduced directory quota as hard limits on the number of names in the tree rooted at that directory. An administrator may set quotas on individual directories explicitly. Newly created directories have no associated quota. File/directory creations fault if the quota would be exceeded. The attempt to set a quota faults if the directory would be in violation of the new quota.
Nigel Daley made changes - 22/Aug/08 07:50 PM
Status Resolved [ 5 ] Closed [ 6 ]
Raghu Angadi made changes - 06/Sep/08 01:03 AM
Link This issue is related to HADOOP-3938 [ HADOOP-3938 ]