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 "Hairong Kuang (JIRA)" <ji...@apache.org> on 2010/10/26 23:27:24 UTC

[jira] Created: (HADOOP-7009) MD5Hash provides a public factory method that creates an instance of MessageDigest

MD5Hash provides a public factory method that creates an instance of MessageDigest
----------------------------------------------------------------------------------

                 Key: HADOOP-7009
                 URL: https://issues.apache.org/jira/browse/HADOOP-7009
             Project: Hadoop Common
          Issue Type: Improvement
          Components: io
    Affects Versions: 0.22.0
            Reporter: Hairong Kuang
            Assignee: Hairong Kuang
             Fix For: 0.22.0


MD5Hash has a private way of creating a MessageDigest object that's thread local. I'd like to have such a method which is public so that checksuming fsimage (HDFS-903) could use it.

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


[jira] Resolved: (HADOOP-7009) MD5Hash provides a public factory method that creates an instance of MessageDigest

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

Hairong Kuang resolved HADOOP-7009.
-----------------------------------

      Resolution: Fixed
    Hadoop Flags: [Reviewed]

I've committed this!

> MD5Hash provides a public factory method that creates an instance of MessageDigest
> ----------------------------------------------------------------------------------
>
>                 Key: HADOOP-7009
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7009
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: io
>    Affects Versions: 0.22.0
>            Reporter: Hairong Kuang
>            Assignee: Hairong Kuang
>             Fix For: 0.22.0
>
>         Attachments: md5hash.patch, md5hash1.patch
>
>
> MD5Hash has a private way of creating a MessageDigest object that's thread local. I'd like to have such a method which is public so that checksuming fsimage (HDFS-903) could use it.

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