[ 
https://issues.apache.org/jira/browse/HDFS-2335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13171924#comment-13171924
 ] 

Hudson commented on HDFS-2335:
------------------------------

Integrated in Hadoop-Hdfs-trunk-Commit #1524 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/1524/])
    HDFS-2335. DataNodeCluster and NNStorage always pull fresh entropy. 
Contributed by Uma Maheswara Rao G

eli : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1220510
Files : 
* /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/DFSUtil.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/DataNode.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/NNStorage.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/DataNodeCluster.java

                
> DataNodeCluster and NNStorage always pull fresh entropy
> -------------------------------------------------------
>
>                 Key: HDFS-2335
>                 URL: https://issues.apache.org/jira/browse/HDFS-2335
>             Project: Hadoop HDFS
>          Issue Type: Improvement
>          Components: data-node, name-node
>    Affects Versions: 0.23.0, 0.24.0, 1.0.0
>            Reporter: Eli Collins
>            Assignee: Uma Maheswara Rao G
>         Attachments: HDFS-2335.patch, HDFS-2335.patch
>
>
> Jira for giving DataNodeCluster and NNStorage the same treatment as 
> HDFS-1835. They're not truly cryptographic uses as well. We should also 
> factor this out to a utility method, seems like the three uses are slightly 
> different, eg one uses DFSUtil.getRandom and the other creates a new Random 
> object.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to