You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-issues@hadoop.apache.org by "Ravi Prakash (Created) (JIRA)" <ji...@apache.org> on 2011/10/28 16:46:32 UTC

[jira] [Created] (MAPREDUCE-3304) TestRMContainerAllocator#testBlackListedNodes fails intermittently

TestRMContainerAllocator#testBlackListedNodes fails intermittently
------------------------------------------------------------------

                 Key: MAPREDUCE-3304
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3304
             Project: Hadoop Map/Reduce
          Issue Type: Bug
          Components: mrv2, test
    Affects Versions: 0.23.0
            Reporter: Ravi Prakash
            Assignee: Ravi Prakash
             Fix For: 0.23.0


Thanks to Hitesh for verifying!

bq. The heartbeat event should be drained before the schedule call.
bq. -- Hitesh

I can see this test fail intermittently on my Mac OSX 10.5 and Fedora 14 machines. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3304) TestRMContainerAllocator#testBlackListedNodes fails intermittently

Posted by "Hadoop QA (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13138603#comment-13138603 ] 

Hadoop QA commented on MAPREDUCE-3304:
--------------------------------------

+1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12501320/MAPREDUCE-3304.patch
  against trunk revision .

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

    +1 tests included.  The patch appears to include 3 new or modified tests.

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

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

    +1 findbugs.  The patch does not introduce any new Findbugs (version 1.3.9) warnings.

    +1 release audit.  The applied patch does not increase the total number of release audit warnings.

    +1 core tests.  The patch passed unit tests in .

    +1 contrib tests.  The patch passed contrib unit tests.

Test results: https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/1195//testReport/
Console output: https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/1195//console

This message is automatically generated.
                
> TestRMContainerAllocator#testBlackListedNodes fails intermittently
> ------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3304
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3304
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2, test
>    Affects Versions: 0.23.0
>            Reporter: Ravi Prakash
>            Assignee: Ravi Prakash
>              Labels: test
>             Fix For: 0.23.0
>
>         Attachments: MAPREDUCE-3304.patch, MAPREDUCE-3304.patch
>
>
> Thanks to Hitesh for verifying!
> bq. The heartbeat event should be drained before the schedule call.
> bq. -- Hitesh
> I can see this test fail intermittently on my Mac OSX 10.5 and Fedora 14 machines. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3304) TestRMContainerAllocator#testBlackListedNodes fails intermittently

Posted by "Hitesh Shah (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13138575#comment-13138575 ] 

Hitesh Shah commented on MAPREDUCE-3304:
----------------------------------------

Final patch looks good. Re-assigning back to Ravi. 
                
> TestRMContainerAllocator#testBlackListedNodes fails intermittently
> ------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3304
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3304
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2, test
>    Affects Versions: 0.23.0
>            Reporter: Ravi Prakash
>            Assignee: Hitesh Shah
>              Labels: test
>             Fix For: 0.23.0
>
>         Attachments: MAPREDUCE-3304.patch, MAPREDUCE-3304.patch
>
>
> Thanks to Hitesh for verifying!
> bq. The heartbeat event should be drained before the schedule call.
> bq. -- Hitesh
> I can see this test fail intermittently on my Mac OSX 10.5 and Fedora 14 machines. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3304) TestRMContainerAllocator#testBlackListedNodes fails intermittently

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13139265#comment-13139265 ] 

Hudson commented on MAPREDUCE-3304:
-----------------------------------

Integrated in Hadoop-Mapreduce-trunk #878 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk/878/])
    MAPREDUCE-3304. Fixed intermittent test failure due to a race in TestRMContainerAllocator#testBlackListedNodes. Contributed by Ravi Prakash.

acmurthy : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1190495
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/test/java/org/apache/hadoop/mapreduce/v2/app/TestRMContainerAllocator.java

                
> TestRMContainerAllocator#testBlackListedNodes fails intermittently
> ------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3304
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3304
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2, test
>    Affects Versions: 0.23.0
>            Reporter: Ravi Prakash
>            Assignee: Ravi Prakash
>              Labels: test
>             Fix For: 0.23.0
>
>         Attachments: MAPREDUCE-3304.patch, MAPREDUCE-3304.patch
>
>
> Thanks to Hitesh for verifying!
> bq. The heartbeat event should be drained before the schedule call.
> bq. -- Hitesh
> I can see this test fail intermittently on my Mac OSX 10.5 and Fedora 14 machines. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3304) TestRMContainerAllocator#testBlackListedNodes fails intermittently

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13138663#comment-13138663 ] 

Hudson commented on MAPREDUCE-3304:
-----------------------------------

Integrated in Hadoop-Mapreduce-trunk-Commit #1211 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/1211/])
    MAPREDUCE-3304. Fixed intermittent test failure due to a race in TestRMContainerAllocator#testBlackListedNodes. Contributed by Ravi Prakash.

acmurthy : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1190495
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/test/java/org/apache/hadoop/mapreduce/v2/app/TestRMContainerAllocator.java

                
> TestRMContainerAllocator#testBlackListedNodes fails intermittently
> ------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3304
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3304
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2, test
>    Affects Versions: 0.23.0
>            Reporter: Ravi Prakash
>            Assignee: Ravi Prakash
>              Labels: test
>             Fix For: 0.23.0
>
>         Attachments: MAPREDUCE-3304.patch, MAPREDUCE-3304.patch
>
>
> Thanks to Hitesh for verifying!
> bq. The heartbeat event should be drained before the schedule call.
> bq. -- Hitesh
> I can see this test fail intermittently on my Mac OSX 10.5 and Fedora 14 machines. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3304) TestRMContainerAllocator#testBlackListedNodes fails intermittently

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13138642#comment-13138642 ] 

Hudson commented on MAPREDUCE-3304:
-----------------------------------

Integrated in Hadoop-Common-trunk-Commit #1191 (See [https://builds.apache.org/job/Hadoop-Common-trunk-Commit/1191/])
    MAPREDUCE-3304. Fixed intermittent test failure due to a race in TestRMContainerAllocator#testBlackListedNodes. Contributed by Ravi Prakash.

acmurthy : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1190495
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/test/java/org/apache/hadoop/mapreduce/v2/app/TestRMContainerAllocator.java

                
> TestRMContainerAllocator#testBlackListedNodes fails intermittently
> ------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3304
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3304
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2, test
>    Affects Versions: 0.23.0
>            Reporter: Ravi Prakash
>            Assignee: Ravi Prakash
>              Labels: test
>             Fix For: 0.23.0
>
>         Attachments: MAPREDUCE-3304.patch, MAPREDUCE-3304.patch
>
>
> Thanks to Hitesh for verifying!
> bq. The heartbeat event should be drained before the schedule call.
> bq. -- Hitesh
> I can see this test fail intermittently on my Mac OSX 10.5 and Fedora 14 machines. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3304) TestRMContainerAllocator#testBlackListedNodes fails intermittently

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13138640#comment-13138640 ] 

Hudson commented on MAPREDUCE-3304:
-----------------------------------

Integrated in Hadoop-Hdfs-0.23-Commit #98 (See [https://builds.apache.org/job/Hadoop-Hdfs-0.23-Commit/98/])
    Merge -c 1190495 from trunk to branch-0.23 to fix MAPREDUCE-3304.

acmurthy : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1190496
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/test/java/org/apache/hadoop/mapreduce/v2/app/TestRMContainerAllocator.java

                
> TestRMContainerAllocator#testBlackListedNodes fails intermittently
> ------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3304
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3304
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2, test
>    Affects Versions: 0.23.0
>            Reporter: Ravi Prakash
>            Assignee: Ravi Prakash
>              Labels: test
>             Fix For: 0.23.0
>
>         Attachments: MAPREDUCE-3304.patch, MAPREDUCE-3304.patch
>
>
> Thanks to Hitesh for verifying!
> bq. The heartbeat event should be drained before the schedule call.
> bq. -- Hitesh
> I can see this test fail intermittently on my Mac OSX 10.5 and Fedora 14 machines. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (MAPREDUCE-3304) TestRMContainerAllocator#testBlackListedNodes fails intermittently

Posted by "Ravi Prakash (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-3304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ravi Prakash updated MAPREDUCE-3304:
------------------------------------

    Attachment: MAPREDUCE-3304.patch

Hitesh told me only a single await() before the schedule call should suffice for now. This patch includes only that change.
                
> TestRMContainerAllocator#testBlackListedNodes fails intermittently
> ------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3304
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3304
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2, test
>    Affects Versions: 0.23.0
>            Reporter: Ravi Prakash
>            Assignee: Ravi Prakash
>              Labels: test
>             Fix For: 0.23.0
>
>         Attachments: MAPREDUCE-3304.patch, MAPREDUCE-3304.patch
>
>
> Thanks to Hitesh for verifying!
> bq. The heartbeat event should be drained before the schedule call.
> bq. -- Hitesh
> I can see this test fail intermittently on my Mac OSX 10.5 and Fedora 14 machines. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3304) TestRMContainerAllocator#testBlackListedNodes fails intermittently

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13138713#comment-13138713 ] 

Hudson commented on MAPREDUCE-3304:
-----------------------------------

Integrated in Hadoop-Mapreduce-0.23-Build #71 (See [https://builds.apache.org/job/Hadoop-Mapreduce-0.23-Build/71/])
    Merge -c 1190495 from trunk to branch-0.23 to fix MAPREDUCE-3304.

acmurthy : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1190496
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/test/java/org/apache/hadoop/mapreduce/v2/app/TestRMContainerAllocator.java

                
> TestRMContainerAllocator#testBlackListedNodes fails intermittently
> ------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3304
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3304
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2, test
>    Affects Versions: 0.23.0
>            Reporter: Ravi Prakash
>            Assignee: Ravi Prakash
>              Labels: test
>             Fix For: 0.23.0
>
>         Attachments: MAPREDUCE-3304.patch, MAPREDUCE-3304.patch
>
>
> Thanks to Hitesh for verifying!
> bq. The heartbeat event should be drained before the schedule call.
> bq. -- Hitesh
> I can see this test fail intermittently on my Mac OSX 10.5 and Fedora 14 machines. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3304) TestRMContainerAllocator#testBlackListedNodes fails intermittently

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13138635#comment-13138635 ] 

Hudson commented on MAPREDUCE-3304:
-----------------------------------

Integrated in Hadoop-Common-0.23-Commit #98 (See [https://builds.apache.org/job/Hadoop-Common-0.23-Commit/98/])
    Merge -c 1190495 from trunk to branch-0.23 to fix MAPREDUCE-3304.

acmurthy : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1190496
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/test/java/org/apache/hadoop/mapreduce/v2/app/TestRMContainerAllocator.java

                
> TestRMContainerAllocator#testBlackListedNodes fails intermittently
> ------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3304
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3304
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2, test
>    Affects Versions: 0.23.0
>            Reporter: Ravi Prakash
>            Assignee: Ravi Prakash
>              Labels: test
>             Fix For: 0.23.0
>
>         Attachments: MAPREDUCE-3304.patch, MAPREDUCE-3304.patch
>
>
> Thanks to Hitesh for verifying!
> bq. The heartbeat event should be drained before the schedule call.
> bq. -- Hitesh
> I can see this test fail intermittently on my Mac OSX 10.5 and Fedora 14 machines. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (MAPREDUCE-3304) TestRMContainerAllocator#testBlackListedNodes fails intermittently

Posted by "Hitesh Shah (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-3304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hitesh Shah updated MAPREDUCE-3304:
-----------------------------------

    Status: Patch Available  (was: Open)
    
> TestRMContainerAllocator#testBlackListedNodes fails intermittently
> ------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3304
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3304
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2, test
>    Affects Versions: 0.23.0
>            Reporter: Ravi Prakash
>            Assignee: Ravi Prakash
>              Labels: test
>             Fix For: 0.23.0
>
>         Attachments: MAPREDUCE-3304.patch, MAPREDUCE-3304.patch
>
>
> Thanks to Hitesh for verifying!
> bq. The heartbeat event should be drained before the schedule call.
> bq. -- Hitesh
> I can see this test fail intermittently on my Mac OSX 10.5 and Fedora 14 machines. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3304) TestRMContainerAllocator#testBlackListedNodes fails intermittently

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13139211#comment-13139211 ] 

Hudson commented on MAPREDUCE-3304:
-----------------------------------

Integrated in Hadoop-Hdfs-0.23-Build #54 (See [https://builds.apache.org/job/Hadoop-Hdfs-0.23-Build/54/])
    Merge -c 1190495 from trunk to branch-0.23 to fix MAPREDUCE-3304.

acmurthy : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1190496
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/test/java/org/apache/hadoop/mapreduce/v2/app/TestRMContainerAllocator.java

                
> TestRMContainerAllocator#testBlackListedNodes fails intermittently
> ------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3304
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3304
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2, test
>    Affects Versions: 0.23.0
>            Reporter: Ravi Prakash
>            Assignee: Ravi Prakash
>              Labels: test
>             Fix For: 0.23.0
>
>         Attachments: MAPREDUCE-3304.patch, MAPREDUCE-3304.patch
>
>
> Thanks to Hitesh for verifying!
> bq. The heartbeat event should be drained before the schedule call.
> bq. -- Hitesh
> I can see this test fail intermittently on my Mac OSX 10.5 and Fedora 14 machines. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3304) TestRMContainerAllocator#testBlackListedNodes fails intermittently

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13138638#comment-13138638 ] 

Hudson commented on MAPREDUCE-3304:
-----------------------------------

Integrated in Hadoop-Hdfs-trunk-Commit #1267 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/1267/])
    MAPREDUCE-3304. Fixed intermittent test failure due to a race in TestRMContainerAllocator#testBlackListedNodes. Contributed by Ravi Prakash.

acmurthy : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1190495
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/test/java/org/apache/hadoop/mapreduce/v2/app/TestRMContainerAllocator.java

                
> TestRMContainerAllocator#testBlackListedNodes fails intermittently
> ------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3304
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3304
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2, test
>    Affects Versions: 0.23.0
>            Reporter: Ravi Prakash
>            Assignee: Ravi Prakash
>              Labels: test
>             Fix For: 0.23.0
>
>         Attachments: MAPREDUCE-3304.patch, MAPREDUCE-3304.patch
>
>
> Thanks to Hitesh for verifying!
> bq. The heartbeat event should be drained before the schedule call.
> bq. -- Hitesh
> I can see this test fail intermittently on my Mac OSX 10.5 and Fedora 14 machines. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (MAPREDUCE-3304) TestRMContainerAllocator#testBlackListedNodes fails intermittently

Posted by "Arun C Murthy (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-3304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Arun C Murthy updated MAPREDUCE-3304:
-------------------------------------

    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

I just committed this. Thanks Ravi!
                
> TestRMContainerAllocator#testBlackListedNodes fails intermittently
> ------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3304
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3304
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2, test
>    Affects Versions: 0.23.0
>            Reporter: Ravi Prakash
>            Assignee: Ravi Prakash
>              Labels: test
>             Fix For: 0.23.0
>
>         Attachments: MAPREDUCE-3304.patch, MAPREDUCE-3304.patch
>
>
> Thanks to Hitesh for verifying!
> bq. The heartbeat event should be drained before the schedule call.
> bq. -- Hitesh
> I can see this test fail intermittently on my Mac OSX 10.5 and Fedora 14 machines. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (MAPREDUCE-3304) TestRMContainerAllocator#testBlackListedNodes fails intermittently

Posted by "Ravi Prakash (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-3304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ravi Prakash updated MAPREDUCE-3304:
------------------------------------

    Attachment: MAPREDUCE-3304.patch

Swapping the order of the function calls. Could someone please review this patch?
                
> TestRMContainerAllocator#testBlackListedNodes fails intermittently
> ------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3304
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3304
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2, test
>    Affects Versions: 0.23.0
>            Reporter: Ravi Prakash
>            Assignee: Ravi Prakash
>              Labels: test
>             Fix For: 0.23.0
>
>         Attachments: MAPREDUCE-3304.patch
>
>
> Thanks to Hitesh for verifying!
> bq. The heartbeat event should be drained before the schedule call.
> bq. -- Hitesh
> I can see this test fail intermittently on my Mac OSX 10.5 and Fedora 14 machines. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3304) TestRMContainerAllocator#testBlackListedNodes fails intermittently

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13139243#comment-13139243 ] 

Hudson commented on MAPREDUCE-3304:
-----------------------------------

Integrated in Hadoop-Hdfs-trunk #847 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk/847/])
    MAPREDUCE-3304. Fixed intermittent test failure due to a race in TestRMContainerAllocator#testBlackListedNodes. Contributed by Ravi Prakash.

acmurthy : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1190495
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/test/java/org/apache/hadoop/mapreduce/v2/app/TestRMContainerAllocator.java

                
> TestRMContainerAllocator#testBlackListedNodes fails intermittently
> ------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3304
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3304
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2, test
>    Affects Versions: 0.23.0
>            Reporter: Ravi Prakash
>            Assignee: Ravi Prakash
>              Labels: test
>             Fix For: 0.23.0
>
>         Attachments: MAPREDUCE-3304.patch, MAPREDUCE-3304.patch
>
>
> Thanks to Hitesh for verifying!
> bq. The heartbeat event should be drained before the schedule call.
> bq. -- Hitesh
> I can see this test fail intermittently on my Mac OSX 10.5 and Fedora 14 machines. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Assigned] (MAPREDUCE-3304) TestRMContainerAllocator#testBlackListedNodes fails intermittently

Posted by "Hitesh Shah (Assigned) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-3304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hitesh Shah reassigned MAPREDUCE-3304:
--------------------------------------

    Assignee: Hitesh Shah  (was: Ravi Prakash)
    
> TestRMContainerAllocator#testBlackListedNodes fails intermittently
> ------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3304
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3304
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2, test
>    Affects Versions: 0.23.0
>            Reporter: Ravi Prakash
>            Assignee: Hitesh Shah
>              Labels: test
>             Fix For: 0.23.0
>
>         Attachments: MAPREDUCE-3304.patch, MAPREDUCE-3304.patch
>
>
> Thanks to Hitesh for verifying!
> bq. The heartbeat event should be drained before the schedule call.
> bq. -- Hitesh
> I can see this test fail intermittently on my Mac OSX 10.5 and Fedora 14 machines. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Assigned] (MAPREDUCE-3304) TestRMContainerAllocator#testBlackListedNodes fails intermittently

Posted by "Hitesh Shah (Assigned) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-3304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hitesh Shah reassigned MAPREDUCE-3304:
--------------------------------------

    Assignee: Ravi Prakash  (was: Hitesh Shah)
    
> TestRMContainerAllocator#testBlackListedNodes fails intermittently
> ------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3304
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3304
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2, test
>    Affects Versions: 0.23.0
>            Reporter: Ravi Prakash
>            Assignee: Ravi Prakash
>              Labels: test
>             Fix For: 0.23.0
>
>         Attachments: MAPREDUCE-3304.patch, MAPREDUCE-3304.patch
>
>
> Thanks to Hitesh for verifying!
> bq. The heartbeat event should be drained before the schedule call.
> bq. -- Hitesh
> I can see this test fail intermittently on my Mac OSX 10.5 and Fedora 14 machines. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3304) TestRMContainerAllocator#testBlackListedNodes fails intermittently

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13138667#comment-13138667 ] 

Hudson commented on MAPREDUCE-3304:
-----------------------------------

Integrated in Hadoop-Mapreduce-0.23-Commit #99 (See [https://builds.apache.org/job/Hadoop-Mapreduce-0.23-Commit/99/])
    Merge -c 1190495 from trunk to branch-0.23 to fix MAPREDUCE-3304.

acmurthy : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1190496
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/test/java/org/apache/hadoop/mapreduce/v2/app/TestRMContainerAllocator.java

                
> TestRMContainerAllocator#testBlackListedNodes fails intermittently
> ------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3304
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3304
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2, test
>    Affects Versions: 0.23.0
>            Reporter: Ravi Prakash
>            Assignee: Ravi Prakash
>              Labels: test
>             Fix For: 0.23.0
>
>         Attachments: MAPREDUCE-3304.patch, MAPREDUCE-3304.patch
>
>
> Thanks to Hitesh for verifying!
> bq. The heartbeat event should be drained before the schedule call.
> bq. -- Hitesh
> I can see this test fail intermittently on my Mac OSX 10.5 and Fedora 14 machines. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira