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 "Rodrigo Schmidt (JIRA)" <ji...@apache.org> on 2010/03/31 14:14:27 UTC

[jira] Created: (MAPREDUCE-1659) RaidNode should write temp files on /tmp and add random numbers to their names to avoid conflicts

RaidNode should write temp files on /tmp and add random numbers to their names to avoid conflicts
-------------------------------------------------------------------------------------------------

                 Key: MAPREDUCE-1659
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1659
             Project: Hadoop Map/Reduce
          Issue Type: Bug
          Components: contrib/raid
    Affects Versions: 0.22.0
            Reporter: Rodrigo Schmidt
            Assignee: Rodrigo Schmidt
             Fix For: 0.22.0


The RaidNode methods to raid files and recover them should write recovery and tmp files on /tmp instead of /raid.

Besides that, filenames should have a random number appended to them to avoid conflicts. This makes the code safer and avoids errors when multiple recoveries run in parallel.

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