[ 
https://issues.apache.org/jira/browse/HADOOP-912?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12466891
 ] 

Nigel Daley commented on HADOOP-912:
------------------------------------

+1

The automated Hadoop QA process is getting tripped up on the javadoc  
warnings introduced by the HADOOP-908 patch.  The process didn't  
catch those warnings because a new patch was added (and committed)  
after Hadoop QA had already tested the first patch.  A clear  
deficiency in the automated patch test system is that it tests the  
latest patch on a JIRA *only* when the state goes from Open to Patch  
Available the *first* time.





> TestMiniMRWithDFS fails sporadically
> ------------------------------------
>
>                 Key: HADOOP-912
>                 URL: https://issues.apache.org/jira/browse/HADOOP-912
>             Project: Hadoop
>          Issue Type: Bug
>          Components: mapred
>    Affects Versions: 0.10.1
>            Reporter: Nigel Daley
>         Assigned To: Arun C Murthy
>             Fix For: 0.11.0
>
>         Attachments: HADOOP-912_20070122.patch
>
>
> TestMiniMRWithDFS fails sporadically with the following error:
> junit.framework.AssertionFailedError: Spurious directory task_0001_m_000008_0 
> found in 
> C:\hudson\workspace\Hadoop-WindowsSmokeTest\trunk\build\test\mapred\local\50068_0
>       at 
> org.apache.hadoop.mapred.TestMiniMRWithDFS.checkTaskDirectories(TestMiniMRWithDFS.java:128)
>       at 
> org.apache.hadoop.mapred.TestMiniMRWithDFS.testWithDFS(TestMiniMRWithDFS.java:163)
> This tests checks that all mapred.local.dirs have been cleaned up after 
> running a mapred job on MiniMRCluster.  Effectively, this tests waits for 
> TaskTracker.isIdle() to return true before checking the dirs have been 
> cleaned up.  I believe that HADOOP-639 reordered the cleanup code so that 
> isIdle() will return true before the directory cleanup is complete.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to