You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Vinod K V (JIRA)" <ji...@apache.org> on 2009/03/02 12:40:12 UTC

[jira] Created: (HADOOP-5376) JobInProgress.obtainTaskCleanupTask() throws an ArrayIndexOutOfBoundsException

JobInProgress.obtainTaskCleanupTask() throws an ArrayIndexOutOfBoundsException
------------------------------------------------------------------------------

                 Key: HADOOP-5376
                 URL: https://issues.apache.org/jira/browse/HADOOP-5376
             Project: Hadoop Core
          Issue Type: Bug
          Components: mapred
    Affects Versions: 0.20.0
            Reporter: Vinod K V




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


[jira] Updated: (HADOOP-5376) JobInProgress.obtainTaskCleanupTask() throws an ArrayIndexOutOfBoundsException

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

Amareshwari Sriramadasu updated HADOOP-5376:
--------------------------------------------

    Attachment: patch-5376-1.txt

Patch with vinod's comments incorporated.

Patch also fixes wrong state displayed for setup/cleanup tasks on command-line kill. Added testcases for both command-line kill and lostTracker

> JobInProgress.obtainTaskCleanupTask() throws an ArrayIndexOutOfBoundsException
> ------------------------------------------------------------------------------
>
>                 Key: HADOOP-5376
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5376
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: mapred
>    Affects Versions: 0.20.0
>            Reporter: Vinod K V
>            Assignee: Amareshwari Sriramadasu
>            Priority: Blocker
>             Fix For: 0.20.0
>
>         Attachments: patch-5376-1.txt, patch-5376.txt
>
>


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


[jira] Updated: (HADOOP-5376) JobInProgress.obtainTaskCleanupTask() throws an ArrayIndexOutOfBoundsException

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

Eric Yang updated HADOOP-5376:
------------------------------

    Status: Patch Available  (was: Open)

> JobInProgress.obtainTaskCleanupTask() throws an ArrayIndexOutOfBoundsException
> ------------------------------------------------------------------------------
>
>                 Key: HADOOP-5376
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5376
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: mapred
>    Affects Versions: 0.20.0
>            Reporter: Vinod K V
>            Assignee: Amareshwari Sriramadasu
>            Priority: Blocker
>             Fix For: 0.20.0
>
>         Attachments: patch-5376-1.txt, patch-5376.txt
>
>


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


[jira] Commented: (HADOOP-5376) JobInProgress.obtainTaskCleanupTask() throws an ArrayIndexOutOfBoundsException

Posted by "Vinod K V (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-5376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12678652#action_12678652 ] 

Vinod K V commented on HADOOP-5376:
-----------------------------------

Looked at the patch. Few comments:
 - I think the correct place for the check for setup/cleanup task is lostTaskTracker() method itself. TIP.isRunningTask() doesn't look the correct method or atleast the correct method name.
 - The original TestSetupAndCleanupFailure didn't have much javadoc, can you add it in this patch? Particularly the TestSetupAndCleanupFailure class itself, and the testWithDFS() method.
 - We can write a test simulating the exact problem in this bug using a lost tracker. We can have this test in the same testcase - TestSetupAndCleanupFailure.

> JobInProgress.obtainTaskCleanupTask() throws an ArrayIndexOutOfBoundsException
> ------------------------------------------------------------------------------
>
>                 Key: HADOOP-5376
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5376
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: mapred
>    Affects Versions: 0.20.0
>            Reporter: Vinod K V
>            Assignee: Amareshwari Sriramadasu
>            Priority: Blocker
>         Attachments: patch-5376.txt
>
>


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


[jira] Updated: (HADOOP-5376) JobInProgress.obtainTaskCleanupTask() throws an ArrayIndexOutOfBoundsException

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

Amareshwari Sriramadasu updated HADOOP-5376:
--------------------------------------------

    Attachment: patch-5376-0.20.txt

Patch for branch 0.20

> JobInProgress.obtainTaskCleanupTask() throws an ArrayIndexOutOfBoundsException
> ------------------------------------------------------------------------------
>
>                 Key: HADOOP-5376
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5376
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: mapred
>    Affects Versions: 0.20.0
>            Reporter: Vinod K V
>            Assignee: Amareshwari Sriramadasu
>            Priority: Blocker
>             Fix For: 0.20.0
>
>         Attachments: patch-5376-0.20.txt, patch-5376-1.txt, patch-5376.txt
>
>


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


[jira] Updated: (HADOOP-5376) JobInProgress.obtainTaskCleanupTask() throws an ArrayIndexOutOfBoundsException

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

Amareshwari Sriramadasu updated HADOOP-5376:
--------------------------------------------

    Attachment: patch-5376-0.19.txt

Patch for branch 0.19

> JobInProgress.obtainTaskCleanupTask() throws an ArrayIndexOutOfBoundsException
> ------------------------------------------------------------------------------
>
>                 Key: HADOOP-5376
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5376
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: mapred
>    Affects Versions: 0.20.0
>            Reporter: Vinod K V
>            Assignee: Amareshwari Sriramadasu
>            Priority: Blocker
>             Fix For: 0.19.2, 0.20.0
>
>         Attachments: patch-5376-0.19.txt, patch-5376-0.20.txt, patch-5376-1.txt, patch-5376.txt
>
>


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


[jira] Updated: (HADOOP-5376) JobInProgress.obtainTaskCleanupTask() throws an ArrayIndexOutOfBoundsException

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

Amareshwari Sriramadasu updated HADOOP-5376:
--------------------------------------------

    Attachment: patch-5376.txt

patch fixing the bug

> JobInProgress.obtainTaskCleanupTask() throws an ArrayIndexOutOfBoundsException
> ------------------------------------------------------------------------------
>
>                 Key: HADOOP-5376
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5376
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: mapred
>    Affects Versions: 0.20.0
>            Reporter: Vinod K V
>            Assignee: Amareshwari Sriramadasu
>            Priority: Blocker
>         Attachments: patch-5376.txt
>
>


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


[jira] Commented: (HADOOP-5376) JobInProgress.obtainTaskCleanupTask() throws an ArrayIndexOutOfBoundsException

Posted by "Vinod K V (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-5376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12678010#action_12678010 ] 

Vinod K V commented on HADOOP-5376:
-----------------------------------


bq. In a discussion offline, Amareshwari explained that this issue occurs if a setup/cleanup task is running on the TT that subsequently becomes lost and the task moves to a KILLED_UNCLEAN state. This makes the setup/cleanup task to be incorrectly added to the list of tasks that need cleanup.

Confirmed the same from the logs.
{code}
2009-02-28 23:05:41,986 INFO org.apache.hadoop.mapred.JobTracker: Adding task 'attempt_200902261046_9662_m_007800_0' to tip task_200902261046_9662_m_007800, for tracker '<tracker_host:port>'
2009-02-28 23:17:14,800 INFO org.apache.hadoop.mapred.TaskInProgress: Error from attempt_200902261046_9662_m_007800_0: Lost task tracker: <tracker_host:port>
{code}

The result is that the job's cleanup task got stuck, it is shown to be in pending state on the JT UI. No subsequent attempts are launched for the cleanup task. And the job hangs in there like that. I tried killing the cleanup attempt from the client command line, thinking it might get rescheduled, but it fails with message "Could not kill task attempt_200902261046_9662_m_007800_0". Even killing the job didn't work :(

> JobInProgress.obtainTaskCleanupTask() throws an ArrayIndexOutOfBoundsException
> ------------------------------------------------------------------------------
>
>                 Key: HADOOP-5376
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5376
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: mapred
>    Affects Versions: 0.20.0
>            Reporter: Vinod K V
>


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


[jira] Commented: (HADOOP-5376) JobInProgress.obtainTaskCleanupTask() throws an ArrayIndexOutOfBoundsException

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

Hudson commented on HADOOP-5376:
--------------------------------

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

> JobInProgress.obtainTaskCleanupTask() throws an ArrayIndexOutOfBoundsException
> ------------------------------------------------------------------------------
>
>                 Key: HADOOP-5376
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5376
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: mapred
>    Affects Versions: 0.20.0
>            Reporter: Vinod K V
>            Assignee: Amareshwari Sriramadasu
>            Priority: Blocker
>             Fix For: 0.19.2, 0.20.0
>
>         Attachments: patch-5376-0.19.txt, patch-5376-0.20.txt, patch-5376-1.txt, patch-5376.txt
>
>


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


[jira] Updated: (HADOOP-5376) JobInProgress.obtainTaskCleanupTask() throws an ArrayIndexOutOfBoundsException

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

Eric Yang updated HADOOP-5376:
------------------------------

    Status: Open  (was: Patch Available)

Resubmit patch to hudson, trunk test was broken by HADOOP-5409.

> JobInProgress.obtainTaskCleanupTask() throws an ArrayIndexOutOfBoundsException
> ------------------------------------------------------------------------------
>
>                 Key: HADOOP-5376
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5376
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: mapred
>    Affects Versions: 0.20.0
>            Reporter: Vinod K V
>            Assignee: Amareshwari Sriramadasu
>            Priority: Blocker
>             Fix For: 0.20.0
>
>         Attachments: patch-5376-1.txt, patch-5376.txt
>
>


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


[jira] Updated: (HADOOP-5376) JobInProgress.obtainTaskCleanupTask() throws an ArrayIndexOutOfBoundsException

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

Amareshwari Sriramadasu updated HADOOP-5376:
--------------------------------------------

    Fix Version/s: 0.19.2

> JobInProgress.obtainTaskCleanupTask() throws an ArrayIndexOutOfBoundsException
> ------------------------------------------------------------------------------
>
>                 Key: HADOOP-5376
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5376
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: mapred
>    Affects Versions: 0.20.0
>            Reporter: Vinod K V
>            Assignee: Amareshwari Sriramadasu
>            Priority: Blocker
>             Fix For: 0.19.2, 0.20.0
>
>         Attachments: patch-5376-0.20.txt, patch-5376-1.txt, patch-5376.txt
>
>


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


[jira] Updated: (HADOOP-5376) JobInProgress.obtainTaskCleanupTask() throws an ArrayIndexOutOfBoundsException

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

Hemanth Yamijala updated HADOOP-5376:
-------------------------------------

    Fix Version/s: 0.20.0

> JobInProgress.obtainTaskCleanupTask() throws an ArrayIndexOutOfBoundsException
> ------------------------------------------------------------------------------
>
>                 Key: HADOOP-5376
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5376
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: mapred
>    Affects Versions: 0.20.0
>            Reporter: Vinod K V
>            Assignee: Amareshwari Sriramadasu
>            Priority: Blocker
>             Fix For: 0.20.0
>
>         Attachments: patch-5376.txt
>
>


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


[jira] Commented: (HADOOP-5376) JobInProgress.obtainTaskCleanupTask() throws an ArrayIndexOutOfBoundsException

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

Amareshwari Sriramadasu commented on HADOOP-5376:
-------------------------------------------------

Patch applies to branch 0.19 as well if we ignore the testcase changes (The test is not present in branch 0.19)

> JobInProgress.obtainTaskCleanupTask() throws an ArrayIndexOutOfBoundsException
> ------------------------------------------------------------------------------
>
>                 Key: HADOOP-5376
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5376
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: mapred
>    Affects Versions: 0.20.0
>            Reporter: Vinod K V
>            Assignee: Amareshwari Sriramadasu
>            Priority: Blocker
>             Fix For: 0.19.2, 0.20.0
>
>         Attachments: patch-5376-0.20.txt, patch-5376-1.txt, patch-5376.txt
>
>


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


[jira] Updated: (HADOOP-5376) JobInProgress.obtainTaskCleanupTask() throws an ArrayIndexOutOfBoundsException

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

Jothi Padmanabhan updated HADOOP-5376:
--------------------------------------

    Priority: Blocker  (was: Major)

> JobInProgress.obtainTaskCleanupTask() throws an ArrayIndexOutOfBoundsException
> ------------------------------------------------------------------------------
>
>                 Key: HADOOP-5376
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5376
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: mapred
>    Affects Versions: 0.20.0
>            Reporter: Vinod K V
>            Assignee: Amareshwari Sriramadasu
>            Priority: Blocker
>


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


[jira] Updated: (HADOOP-5376) JobInProgress.obtainTaskCleanupTask() throws an ArrayIndexOutOfBoundsException

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

Hemanth Yamijala updated HADOOP-5376:
-------------------------------------

      Resolution: Fixed
    Hadoop Flags: [Reviewed]
          Status: Resolved  (was: Patch Available)

I committed this to trunk, and branches 0.20 and 0.19. Thanks, Amareshwari !

> JobInProgress.obtainTaskCleanupTask() throws an ArrayIndexOutOfBoundsException
> ------------------------------------------------------------------------------
>
>                 Key: HADOOP-5376
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5376
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: mapred
>    Affects Versions: 0.20.0
>            Reporter: Vinod K V
>            Assignee: Amareshwari Sriramadasu
>            Priority: Blocker
>             Fix For: 0.19.2, 0.20.0
>
>         Attachments: patch-5376-0.19.txt, patch-5376-0.20.txt, patch-5376-1.txt, patch-5376.txt
>
>


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


[jira] Assigned: (HADOOP-5376) JobInProgress.obtainTaskCleanupTask() throws an ArrayIndexOutOfBoundsException

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

Amareshwari Sriramadasu reassigned HADOOP-5376:
-----------------------------------------------

    Assignee: Amareshwari Sriramadasu

> JobInProgress.obtainTaskCleanupTask() throws an ArrayIndexOutOfBoundsException
> ------------------------------------------------------------------------------
>
>                 Key: HADOOP-5376
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5376
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: mapred
>    Affects Versions: 0.20.0
>            Reporter: Vinod K V
>            Assignee: Amareshwari Sriramadasu
>


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


[jira] Commented: (HADOOP-5376) JobInProgress.obtainTaskCleanupTask() throws an ArrayIndexOutOfBoundsException

Posted by "Vinod K V (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-5376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12677965#action_12677965 ] 

Vinod K V commented on HADOOP-5376:
-----------------------------------


Here's the trace:

{code}
2009-02-28 23:17:15,029 INFO org.apache.hadoop.ipc.Server: IPC Server handler 34 on 52000, call heartbeat(org.apache.hadoop.mapred.TaskTrackerStatus@243ff467, false, false, true
 7584) from <ip:port>:error: java.io.IOException: java.lang.ArrayIndexOutOfBoundsException: 7800
 java.io.IOException: java.lang.ArrayIndexOutOfBoundsException: 7800
         at org.apache.hadoop.mapred.JobInProgress.obtainTaskCleanupTask(JobInProgress.java:1001)
         at org.apache.hadoop.mapred.JobTracker.getSetupAndCleanupTasks(JobTracker.java:2622)
         at org.apache.hadoop.mapred.JobTracker.heartbeat(JobTracker.java:2307)
         at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.apache.hadoop.ipc.RPC$Server.call(RPC.java:508)
         at org.apache.hadoop.ipc.Server$Handler$1.run(Server.java:959)
         at org.apache.hadoop.ipc.Server$Handler$1.run(Server.java:955)
         at java.security.AccessController.doPrivileged(Native Method)
         at javax.security.auth.Subject.doAs(Subject.java:396)
         at org.apache.hadoop.ipc.Server$Handler.run(Server.java:953)
{code}

I saw this while running jobs of size 7800 maps. 7800 id thus corresponds to a job-cleanup task.

In a discussion offline, Amareshwari explained that this issue occurs if a setup/cleanup task is running on the TT that subsequently becomes lost and the task moves to a KILLED_UNCLEAN state. This makes the setup/cleanup task to be incorrectly added to the list of tasks that need cleanup.

> JobInProgress.obtainTaskCleanupTask() throws an ArrayIndexOutOfBoundsException
> ------------------------------------------------------------------------------
>
>                 Key: HADOOP-5376
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5376
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: mapred
>    Affects Versions: 0.20.0
>            Reporter: Vinod K V
>


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


[jira] Updated: (HADOOP-5376) JobInProgress.obtainTaskCleanupTask() throws an ArrayIndexOutOfBoundsException

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

Amareshwari Sriramadasu updated HADOOP-5376:
--------------------------------------------

    Status: Patch Available  (was: Open)

test-patch result :
{noformat}
     [exec]
     [exec] +1 overall.
     [exec]
     [exec]     +1 @author.  The patch does not contain any @author tags.
     [exec]
     [exec]     +1 tests included.  The patch appears to include 6 new or modified tests.
     [exec]
     [exec]     +1 javadoc.  The javadoc tool did not generate any warning messages.
     [exec]
     [exec]     +1 javac.  The applied patch does not increase the total number of javac compiler warnings.
     [exec]
     [exec]     +1 findbugs.  The patch does not introduce any new Findbugs warnings.
     [exec]
     [exec]     +1 Eclipse classpath. The patch retains Eclipse classpath integrity.
     [exec]
     [exec]     +1 release audit.  The applied patch does not increase the total number of release audit warnings.
     [exec]
     [exec]
{noformat}

ant test passed on my machine


> JobInProgress.obtainTaskCleanupTask() throws an ArrayIndexOutOfBoundsException
> ------------------------------------------------------------------------------
>
>                 Key: HADOOP-5376
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5376
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: mapred
>    Affects Versions: 0.20.0
>            Reporter: Vinod K V
>            Assignee: Amareshwari Sriramadasu
>            Priority: Blocker
>             Fix For: 0.20.0
>
>         Attachments: patch-5376-1.txt, patch-5376.txt
>
>


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


[jira] Commented: (HADOOP-5376) JobInProgress.obtainTaskCleanupTask() throws an ArrayIndexOutOfBoundsException

Posted by "Vinod K V (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-5376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12679535#action_12679535 ] 

Vinod K V commented on HADOOP-5376:
-----------------------------------

Looked at the patches. +1 for all the three.

> JobInProgress.obtainTaskCleanupTask() throws an ArrayIndexOutOfBoundsException
> ------------------------------------------------------------------------------
>
>                 Key: HADOOP-5376
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5376
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: mapred
>    Affects Versions: 0.20.0
>            Reporter: Vinod K V
>            Assignee: Amareshwari Sriramadasu
>            Priority: Blocker
>             Fix For: 0.19.2, 0.20.0
>
>         Attachments: patch-5376-0.19.txt, patch-5376-0.20.txt, patch-5376-1.txt, patch-5376.txt
>
>


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