You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-dev@hadoop.apache.org by "Ramya R (JIRA)" <ji...@apache.org> on 2009/07/02 08:00:48 UTC

[jira] Created: (MAPREDUCE-693) Job files not moved to "done" subdirectory after JT restart

Job files not moved to "done" subdirectory after JT restart
-----------------------------------------------------------

                 Key: MAPREDUCE-693
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-693
             Project: Hadoop Map/Reduce
          Issue Type: Bug
          Components: jobtracker
    Affects Versions: 0.20.1
            Reporter: Ramya R
            Priority: Minor
             Fix For: 0.20.1


After MAPREDUCE-516, when a job is submitted and the JT is restarted (before job files have been written) and the job is killed after recovery, the job files fail to be moved to the "done" subdirectory.
The exact scenario to reproduce this issue is:
* Submit a job
* Restart JT before anything is written to the job files
* Kill the job
* The old job files remain in the history folder and fail to be moved to "done" subdirectory

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


[jira] Resolved: (MAPREDUCE-693) Conf files not moved to "done" subdirectory after JT restart

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

Owen O'Malley resolved MAPREDUCE-693.
-------------------------------------

       Resolution: Cannot Reproduce
    Fix Version/s:     (was: 0.20.1)

> Conf files not moved to "done" subdirectory after JT restart
> ------------------------------------------------------------
>
>                 Key: MAPREDUCE-693
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-693
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: jobtracker
>    Affects Versions: 0.20.1
>            Reporter: Ramya R
>            Priority: Minor
>         Attachments: MAPREDUCE-693-v1.1-branch-0.20.patch, MAPREDUCE-693-v1.2-branch-0.20.patch
>
>
> After MAPREDUCE-516, when a job is submitted and the JT is restarted (before job files have been written) and the job is killed after recovery, the conf files fail to be moved to the "done" subdirectory.
> The exact scenario to reproduce this issue is:
> * Submit a job
> * Restart JT before anything is written to the job files
> * Kill the job
> * The old conf files remain in the history folder and fail to be moved to "done" subdirectory

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