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 "Amar Kamat (JIRA)" <ji...@apache.org> on 2010/07/02 09:15:57 UTC

[jira] Updated: (MAPREDUCE-1593) [Rumen] Improvements to random seed generation

     [ https://issues.apache.org/jira/browse/MAPREDUCE-1593?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Amar Kamat updated MAPREDUCE-1593:
----------------------------------

    Component/s: tools/rumen

> [Rumen] Improvements to random seed generation 
> -----------------------------------------------
>
>                 Key: MAPREDUCE-1593
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1593
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>          Components: tools/rumen
>    Affects Versions: 0.21.0, 0.22.0
>            Reporter: Tamas Sarlos
>            Assignee: Tamas Sarlos
>            Priority: Trivial
>             Fix For: 0.21.0
>
>         Attachments: MAPREDUCE-1593-20100311-dup.patch
>
>
> RandomSeedGenerator introduced in MAPREDUCE-1306 could be more efficient by reusing the MD5 object across calls. Wrapping the MD5 in a ThreadLocal makes the call thread safe as well. Neither of these is an issue with the current client, the mumak simulator, but the changes are small and make the code more useful in the future. Thanks to Chris Douglas for the suggestion.

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