Issue Details (XML | Word | Printable)

Key: HADOOP-3511
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Blocker Blocker
Assignee: Hairong Kuang
Reporter: Hairong Kuang
Votes: 0
Watchers: 0
Operations

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

Namenode should not restore the root's quota if the quota was not in the image

Created: 06/Jun/08 11:12 PM   Updated: 22/Aug/08 07:50 PM
Return to search
Component/s: None
Affects Version/s: 0.18.0
Fix Version/s: 0.18.0

Time Tracking:
Not Specified

File Attachments:
  Size
Text File Licensed for inclusion in ASF works rootQuota.patch 2008-06-06 11:19 PM Hairong Kuang 1 kB

Hadoop Flags: Reviewed
Resolution Date: 07/Jun/08 12:03 AM


 Description  « Hide
When namenode loads the image, it sets the root's quota to be an invalid value when the quota was not saved in the image.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Hairong Kuang added a comment - 06/Jun/08 11:19 PM
The patch fixes the problem.

Tsz Wo (Nicholas), SZE added a comment - 06/Jun/08 11:21 PM
+1 patch looks good

Hairong Kuang added a comment - 06/Jun/08 11:54 PM
ant patch result:

[exec] BUILD SUCCESSFUL
[exec] Total time: 5 minutes 52 seconds
[exec] Starting with ../tmp/trunkFindbugsWarnings.xml
[exec] Merging ../tmp/patchFindbugsWarnings.xml

[exec] -1 overall.

[exec] +1 @author. The patch does not contain any @author tags.

[exec] -1 tests included. The patch doesn't appear to include any new or modified tests.
[exec] Please justify why no tests are needed for this patch.

[exec] +1 javadoc. The javadoc tool did not generate any warning messages.

[exec] +1 javac. The applied patch does not increase the total number of javac compiler warnings.

[exec] +1 findbugs. The patch does not introduce any new Findbugs warnings.

The 1 line change patch was tested manually. So no unit test is provided.


Hairong Kuang added a comment - 07/Jun/08 12:03 AM
I just committed this.