[ https://issues.apache.org/jira/browse/HADOOP-2549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12560698#action_12560698 ]
Hadoop QA commented on HADOOP-2549: ----------------------------------- +1 overall. Here are the results of testing the latest attachment http://issues.apache.org/jira/secure/attachment/12373542/diskfull2.patch against trunk revision r613359. @author +1. The patch does not contain any @author tags. javadoc +1. The javadoc tool did not generate any warning messages. javac +1. The applied patch does not generate any new compiler warnings. findbugs +1. The patch does not introduce any new Findbugs warnings. core tests +1. The patch passed core unit tests. contrib tests +1. The patch passed contrib unit tests. Test results: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/1650/testReport/ Findbugs warnings: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/1650/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html Checkstyle results: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/1650/artifact/trunk/build/test/checkstyle-errors.html Console output: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/1650/console This message is automatically generated. > hdfs does not honor dfs.du.reserved setting > ------------------------------------------- > > Key: HADOOP-2549 > URL: https://issues.apache.org/jira/browse/HADOOP-2549 > Project: Hadoop > Issue Type: Bug > Components: dfs > Affects Versions: 0.14.4 > Environment: FC Linux. > Reporter: Joydeep Sen Sarma > Assignee: Hairong Kuang > Priority: Critical > Fix For: 0.16.0 > > Attachments: diskfull.patch, diskfull1.patch, diskfull2.patch > > > running 0.14.4. one of our drives is smaller and is always getting disk full. > i reset the disk reservation to 1Gig - but it was filled quickly again. > i put in some tracing in getnextvolume. the blocksize argument is 0. so every > volume (regardless of available space) qualifies. here's the trace: > /* root disk chosen with 0 available bytes. format is > <available>:<blocksize>*/ > 2008-01-08 08:08:51,918 WARN org.apache.hadoop.dfs.DataNode: Volume > /var/hadoop/tmp/dfs/data/current:0:0 > /* some other disk chosen with 300G space. */ > 2008-01-08 08:09:21,974 WARN org.apache.hadoop.dfs.DataNode: Volume > /mnt/d1/hdfs/current:304725631026:0 > i am going to default blocksize to something reasonable when it's zero for > now. > this is driving us nuts since our automounter starts failing when we run out > of space. so everything's broke. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.