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 "Amareshwari Sriramadasu (JIRA)" <ji...@apache.org> on 2009/11/02 07:54:59 UTC

[jira] Created: (MAPREDUCE-1177) TestTaskTrackerMemoryManager retries a task for more than 100 times.

TestTaskTrackerMemoryManager retries a task for more than 100 times.
--------------------------------------------------------------------

                 Key: MAPREDUCE-1177
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1177
             Project: Hadoop Map/Reduce
          Issue Type: Bug
          Components: tasktracker, test
            Reporter: Amareshwari Sriramadasu


TestTaskTrackerMemoryManager retries a task for more than 100 times.
The logs showing the same:
{noformat}
2009-11-02 12:41:20,489 INFO  mapred.JobInProgress (JobInProgress.java:completedTask(2530)) - Task 'attempt_20091102123356106_0001_m_000002_145' has completed task_20091102123356106_0001_m_000002 successfully.
{noformat}

Sometimes the test timesout also.


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


[jira] Updated: (MAPREDUCE-1177) TestTaskTrackerMemoryManager retries a task for more than 100 times.

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

Amareshwari Sriramadasu updated MAPREDUCE-1177:
-----------------------------------------------

    Priority: Blocker  (was: Major)

Making it a blocker

> TestTaskTrackerMemoryManager retries a task for more than 100 times.
> --------------------------------------------------------------------
>
>                 Key: MAPREDUCE-1177
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1177
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: tasktracker, test
>    Affects Versions: 0.21.0, 0.22.0
>            Reporter: Amareshwari Sriramadasu
>            Assignee: Vinod K V
>            Priority: Blocker
>             Fix For: 0.21.0, 0.22.0
>
>         Attachments: MAPREDUCE-1177-20091102.txt, TEST-org.apache.hadoop.mapred.TestTaskTrackerMemoryManager.txt
>
>
> TestTaskTrackerMemoryManager retries a task for more than 100 times.
> The logs showing the same:
> {noformat}
> 2009-11-02 12:41:20,489 INFO  mapred.JobInProgress (JobInProgress.java:completedTask(2530)) - Task 'attempt_20091102123356106_0001_m_000002_145' has completed task_20091102123356106_0001_m_000002 successfully.
> {noformat}
> Sometimes the test timesout also.

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


[jira] Assigned: (MAPREDUCE-1177) TestTaskTrackerMemoryManager retries a task for more than 100 times.

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

Vinod K V reassigned MAPREDUCE-1177:
------------------------------------

    Assignee: Vinod K V

> TestTaskTrackerMemoryManager retries a task for more than 100 times.
> --------------------------------------------------------------------
>
>                 Key: MAPREDUCE-1177
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1177
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: tasktracker, test
>    Affects Versions: 0.21.0, 0.22.0
>            Reporter: Amareshwari Sriramadasu
>            Assignee: Vinod K V
>             Fix For: 0.21.0, 0.22.0
>
>         Attachments: MAPREDUCE-1177-20091102.txt, TEST-org.apache.hadoop.mapred.TestTaskTrackerMemoryManager.txt
>
>
> TestTaskTrackerMemoryManager retries a task for more than 100 times.
> The logs showing the same:
> {noformat}
> 2009-11-02 12:41:20,489 INFO  mapred.JobInProgress (JobInProgress.java:completedTask(2530)) - Task 'attempt_20091102123356106_0001_m_000002_145' has completed task_20091102123356106_0001_m_000002 successfully.
> {noformat}
> Sometimes the test timesout also.

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


[jira] Commented: (MAPREDUCE-1177) TestTaskTrackerMemoryManager retries a task for more than 100 times.

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

Hudson commented on MAPREDUCE-1177:
-----------------------------------

Integrated in Hadoop-Mapreduce-trunk #136 (See [http://hudson.zones.apache.org/hudson/job/Hadoop-Mapreduce-trunk/136/])
    

> TestTaskTrackerMemoryManager retries a task for more than 100 times.
> --------------------------------------------------------------------
>
>                 Key: MAPREDUCE-1177
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1177
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: tasktracker, test
>    Affects Versions: 0.21.0, 0.22.0
>            Reporter: Amareshwari Sriramadasu
>            Assignee: Vinod K V
>            Priority: Blocker
>             Fix For: 0.21.0
>
>         Attachments: MAPREDUCE-1177-20091102.txt, TEST-org.apache.hadoop.mapred.TestTaskTrackerMemoryManager.txt
>
>
> TestTaskTrackerMemoryManager retries a task for more than 100 times.
> The logs showing the same:
> {noformat}
> 2009-11-02 12:41:20,489 INFO  mapred.JobInProgress (JobInProgress.java:completedTask(2530)) - Task 'attempt_20091102123356106_0001_m_000002_145' has completed task_20091102123356106_0001_m_000002 successfully.
> {noformat}
> Sometimes the test timesout also.

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


[jira] Updated: (MAPREDUCE-1177) TestTaskTrackerMemoryManager retries a task for more than 100 times.

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

Vinod K V updated MAPREDUCE-1177:
---------------------------------

    Attachment: MAPREDUCE-1177-20091102.txt

Found a bug which is causing this issue. This patch should fix this.

@Amareshwari, can you plz verify? Thanks.

(AFAIR, this is the second time this test caught a silly but hard-to-find bug like this - amazing!)

> TestTaskTrackerMemoryManager retries a task for more than 100 times.
> --------------------------------------------------------------------
>
>                 Key: MAPREDUCE-1177
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1177
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: tasktracker, test
>            Reporter: Amareshwari Sriramadasu
>         Attachments: MAPREDUCE-1177-20091102.txt, TEST-org.apache.hadoop.mapred.TestTaskTrackerMemoryManager.txt
>
>
> TestTaskTrackerMemoryManager retries a task for more than 100 times.
> The logs showing the same:
> {noformat}
> 2009-11-02 12:41:20,489 INFO  mapred.JobInProgress (JobInProgress.java:completedTask(2530)) - Task 'attempt_20091102123356106_0001_m_000002_145' has completed task_20091102123356106_0001_m_000002 successfully.
> {noformat}
> Sometimes the test timesout also.

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


[jira] Updated: (MAPREDUCE-1177) TestTaskTrackerMemoryManager retries a task for more than 100 times.

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

Amareshwari Sriramadasu updated MAPREDUCE-1177:
-----------------------------------------------

    Attachment: TEST-org.apache.hadoop.mapred.TestTaskTrackerMemoryManager.txt

Attaching the complete test log.

> TestTaskTrackerMemoryManager retries a task for more than 100 times.
> --------------------------------------------------------------------
>
>                 Key: MAPREDUCE-1177
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1177
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: tasktracker, test
>            Reporter: Amareshwari Sriramadasu
>         Attachments: TEST-org.apache.hadoop.mapred.TestTaskTrackerMemoryManager.txt
>
>
> TestTaskTrackerMemoryManager retries a task for more than 100 times.
> The logs showing the same:
> {noformat}
> 2009-11-02 12:41:20,489 INFO  mapred.JobInProgress (JobInProgress.java:completedTask(2530)) - Task 'attempt_20091102123356106_0001_m_000002_145' has completed task_20091102123356106_0001_m_000002 successfully.
> {noformat}
> Sometimes the test timesout also.

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


[jira] Updated: (MAPREDUCE-1177) TestTaskTrackerMemoryManager retries a task for more than 100 times.

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

Chris Douglas updated MAPREDUCE-1177:
-------------------------------------

    Status: Open  (was: Patch Available)

> TestTaskTrackerMemoryManager retries a task for more than 100 times.
> --------------------------------------------------------------------
>
>                 Key: MAPREDUCE-1177
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1177
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: tasktracker, test
>    Affects Versions: 0.21.0, 0.22.0
>            Reporter: Amareshwari Sriramadasu
>            Assignee: Vinod K V
>            Priority: Blocker
>             Fix For: 0.21.0, 0.22.0
>
>         Attachments: MAPREDUCE-1177-20091102.txt, TEST-org.apache.hadoop.mapred.TestTaskTrackerMemoryManager.txt
>
>
> TestTaskTrackerMemoryManager retries a task for more than 100 times.
> The logs showing the same:
> {noformat}
> 2009-11-02 12:41:20,489 INFO  mapred.JobInProgress (JobInProgress.java:completedTask(2530)) - Task 'attempt_20091102123356106_0001_m_000002_145' has completed task_20091102123356106_0001_m_000002 successfully.
> {noformat}
> Sometimes the test timesout also.

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


[jira] Commented: (MAPREDUCE-1177) TestTaskTrackerMemoryManager retries a task for more than 100 times.

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

Amareshwari Sriramadasu commented on MAPREDUCE-1177:
----------------------------------------------------

Good catch Vinod!

The test ran in 94 seconds now. Earlier, test was taking 556 seconds.
+1 for the patch.  Changes look good.

> TestTaskTrackerMemoryManager retries a task for more than 100 times.
> --------------------------------------------------------------------
>
>                 Key: MAPREDUCE-1177
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1177
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: tasktracker, test
>    Affects Versions: 0.21.0, 0.22.0
>            Reporter: Amareshwari Sriramadasu
>            Assignee: Vinod K V
>             Fix For: 0.21.0, 0.22.0
>
>         Attachments: MAPREDUCE-1177-20091102.txt, TEST-org.apache.hadoop.mapred.TestTaskTrackerMemoryManager.txt
>
>
> TestTaskTrackerMemoryManager retries a task for more than 100 times.
> The logs showing the same:
> {noformat}
> 2009-11-02 12:41:20,489 INFO  mapred.JobInProgress (JobInProgress.java:completedTask(2530)) - Task 'attempt_20091102123356106_0001_m_000002_145' has completed task_20091102123356106_0001_m_000002 successfully.
> {noformat}
> Sometimes the test timesout also.

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


[jira] Updated: (MAPREDUCE-1177) TestTaskTrackerMemoryManager retries a task for more than 100 times.

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

Chris Douglas updated MAPREDUCE-1177:
-------------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 0.22.0)
     Hadoop Flags: [Reviewed]
           Status: Resolved  (was: Patch Available)

+1 Good catch.

I committed this. Thanks, Vinod!

> TestTaskTrackerMemoryManager retries a task for more than 100 times.
> --------------------------------------------------------------------
>
>                 Key: MAPREDUCE-1177
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1177
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: tasktracker, test
>    Affects Versions: 0.21.0, 0.22.0
>            Reporter: Amareshwari Sriramadasu
>            Assignee: Vinod K V
>            Priority: Blocker
>             Fix For: 0.21.0
>
>         Attachments: MAPREDUCE-1177-20091102.txt, TEST-org.apache.hadoop.mapred.TestTaskTrackerMemoryManager.txt
>
>
> TestTaskTrackerMemoryManager retries a task for more than 100 times.
> The logs showing the same:
> {noformat}
> 2009-11-02 12:41:20,489 INFO  mapred.JobInProgress (JobInProgress.java:completedTask(2530)) - Task 'attempt_20091102123356106_0001_m_000002_145' has completed task_20091102123356106_0001_m_000002 successfully.
> {noformat}
> Sometimes the test timesout also.

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


[jira] Updated: (MAPREDUCE-1177) TestTaskTrackerMemoryManager retries a task for more than 100 times.

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

Vinod K V updated MAPREDUCE-1177:
---------------------------------

        Fix Version/s: 0.22.0
                       0.21.0
    Affects Version/s: 0.22.0
                       0.21.0
               Status: Patch Available  (was: Open)

> TestTaskTrackerMemoryManager retries a task for more than 100 times.
> --------------------------------------------------------------------
>
>                 Key: MAPREDUCE-1177
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1177
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: tasktracker, test
>    Affects Versions: 0.21.0, 0.22.0
>            Reporter: Amareshwari Sriramadasu
>            Assignee: Vinod K V
>             Fix For: 0.21.0, 0.22.0
>
>         Attachments: MAPREDUCE-1177-20091102.txt, TEST-org.apache.hadoop.mapred.TestTaskTrackerMemoryManager.txt
>
>
> TestTaskTrackerMemoryManager retries a task for more than 100 times.
> The logs showing the same:
> {noformat}
> 2009-11-02 12:41:20,489 INFO  mapred.JobInProgress (JobInProgress.java:completedTask(2530)) - Task 'attempt_20091102123356106_0001_m_000002_145' has completed task_20091102123356106_0001_m_000002 successfully.
> {noformat}
> Sometimes the test timesout also.

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


[jira] Updated: (MAPREDUCE-1177) TestTaskTrackerMemoryManager retries a task for more than 100 times.

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

Chris Douglas updated MAPREDUCE-1177:
-------------------------------------

    Status: Patch Available  (was: Open)

> TestTaskTrackerMemoryManager retries a task for more than 100 times.
> --------------------------------------------------------------------
>
>                 Key: MAPREDUCE-1177
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1177
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: tasktracker, test
>    Affects Versions: 0.21.0, 0.22.0
>            Reporter: Amareshwari Sriramadasu
>            Assignee: Vinod K V
>            Priority: Blocker
>             Fix For: 0.21.0, 0.22.0
>
>         Attachments: MAPREDUCE-1177-20091102.txt, TEST-org.apache.hadoop.mapred.TestTaskTrackerMemoryManager.txt
>
>
> TestTaskTrackerMemoryManager retries a task for more than 100 times.
> The logs showing the same:
> {noformat}
> 2009-11-02 12:41:20,489 INFO  mapred.JobInProgress (JobInProgress.java:completedTask(2530)) - Task 'attempt_20091102123356106_0001_m_000002_145' has completed task_20091102123356106_0001_m_000002 successfully.
> {noformat}
> Sometimes the test timesout also.

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


[jira] Commented: (MAPREDUCE-1177) TestTaskTrackerMemoryManager retries a task for more than 100 times.

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

Hudson commented on MAPREDUCE-1177:
-----------------------------------

Integrated in Hadoop-Mapreduce-trunk-Commit #111 (See [http://hudson.zones.apache.org/hudson/job/Hadoop-Mapreduce-trunk-Commit/111/])
    . Correct setup/cleanup inversion in
JobTracker::getTaskReports. Contributed by Vinod Kumar Vavilapalli


> TestTaskTrackerMemoryManager retries a task for more than 100 times.
> --------------------------------------------------------------------
>
>                 Key: MAPREDUCE-1177
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1177
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: tasktracker, test
>    Affects Versions: 0.21.0, 0.22.0
>            Reporter: Amareshwari Sriramadasu
>            Assignee: Vinod K V
>            Priority: Blocker
>             Fix For: 0.21.0
>
>         Attachments: MAPREDUCE-1177-20091102.txt, TEST-org.apache.hadoop.mapred.TestTaskTrackerMemoryManager.txt
>
>
> TestTaskTrackerMemoryManager retries a task for more than 100 times.
> The logs showing the same:
> {noformat}
> 2009-11-02 12:41:20,489 INFO  mapred.JobInProgress (JobInProgress.java:completedTask(2530)) - Task 'attempt_20091102123356106_0001_m_000002_145' has completed task_20091102123356106_0001_m_000002 successfully.
> {noformat}
> Sometimes the test timesout also.

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


[jira] Commented: (MAPREDUCE-1177) TestTaskTrackerMemoryManager retries a task for more than 100 times.

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

Hadoop QA commented on MAPREDUCE-1177:
--------------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12423817/MAPREDUCE-1177-20091102.txt
  against trunk revision 832362.

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

    -1 tests included.  The patch doesn't appear to include any new or modified tests.
                        Please justify why no new tests are needed for this patch.
                        Also please list what manual steps were performed to verify this patch.

    +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 warnings.

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

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

    -1 contrib tests.  The patch failed contrib unit tests.

Test results: http://hudson.zones.apache.org/hudson/job/Mapreduce-Patch-h3.grid.sp2.yahoo.net/126/testReport/
Findbugs warnings: http://hudson.zones.apache.org/hudson/job/Mapreduce-Patch-h3.grid.sp2.yahoo.net/126/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Checkstyle results: http://hudson.zones.apache.org/hudson/job/Mapreduce-Patch-h3.grid.sp2.yahoo.net/126/artifact/trunk/build/test/checkstyle-errors.html
Console output: http://hudson.zones.apache.org/hudson/job/Mapreduce-Patch-h3.grid.sp2.yahoo.net/126/console

This message is automatically generated.

> TestTaskTrackerMemoryManager retries a task for more than 100 times.
> --------------------------------------------------------------------
>
>                 Key: MAPREDUCE-1177
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1177
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: tasktracker, test
>    Affects Versions: 0.21.0, 0.22.0
>            Reporter: Amareshwari Sriramadasu
>            Assignee: Vinod K V
>            Priority: Blocker
>             Fix For: 0.21.0, 0.22.0
>
>         Attachments: MAPREDUCE-1177-20091102.txt, TEST-org.apache.hadoop.mapred.TestTaskTrackerMemoryManager.txt
>
>
> TestTaskTrackerMemoryManager retries a task for more than 100 times.
> The logs showing the same:
> {noformat}
> 2009-11-02 12:41:20,489 INFO  mapred.JobInProgress (JobInProgress.java:completedTask(2530)) - Task 'attempt_20091102123356106_0001_m_000002_145' has completed task_20091102123356106_0001_m_000002 successfully.
> {noformat}
> Sometimes the test timesout also.

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


[jira] Commented: (MAPREDUCE-1177) TestTaskTrackerMemoryManager retries a task for more than 100 times.

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

Hadoop QA commented on MAPREDUCE-1177:
--------------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12423817/MAPREDUCE-1177-20091102.txt
  against trunk revision 831816.

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

    -1 tests included.  The patch doesn't appear to include any new or modified tests.
                        Please justify why no new tests are needed for this patch.
                        Also please list what manual steps were performed to verify this patch.

    +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 warnings.

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

    -1 core tests.  The patch failed core unit tests.

    -1 contrib tests.  The patch failed contrib unit tests.

Test results: http://hudson.zones.apache.org/hudson/job/Mapreduce-Patch-h6.grid.sp2.yahoo.net/217/testReport/
Findbugs warnings: http://hudson.zones.apache.org/hudson/job/Mapreduce-Patch-h6.grid.sp2.yahoo.net/217/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Checkstyle results: http://hudson.zones.apache.org/hudson/job/Mapreduce-Patch-h6.grid.sp2.yahoo.net/217/artifact/trunk/build/test/checkstyle-errors.html
Console output: http://hudson.zones.apache.org/hudson/job/Mapreduce-Patch-h6.grid.sp2.yahoo.net/217/console

This message is automatically generated.

> TestTaskTrackerMemoryManager retries a task for more than 100 times.
> --------------------------------------------------------------------
>
>                 Key: MAPREDUCE-1177
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1177
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: tasktracker, test
>    Affects Versions: 0.21.0, 0.22.0
>            Reporter: Amareshwari Sriramadasu
>            Assignee: Vinod K V
>            Priority: Blocker
>             Fix For: 0.21.0, 0.22.0
>
>         Attachments: MAPREDUCE-1177-20091102.txt, TEST-org.apache.hadoop.mapred.TestTaskTrackerMemoryManager.txt
>
>
> TestTaskTrackerMemoryManager retries a task for more than 100 times.
> The logs showing the same:
> {noformat}
> 2009-11-02 12:41:20,489 INFO  mapred.JobInProgress (JobInProgress.java:completedTask(2530)) - Task 'attempt_20091102123356106_0001_m_000002_145' has completed task_20091102123356106_0001_m_000002 successfully.
> {noformat}
> Sometimes the test timesout also.

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