Uploaded image for project: 'Hadoop HDFS'
  1. Hadoop HDFS
  2. HDFS-6615

Replace java.security.SecureRandom with org.apache.hadoop.crypto.random.SecureRandom in HDFS

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 3.0.0-alpha1
    • None
    • security
    • None

    Description

      In java, SecureRandom is slow and is pseudo random bytes.
      In HADOOP-10734, we implement true secure random using hardware random number generator, it has high performance about 22x speedup.
      If the server doesn't support rdrand, use java SecureRandom as fallback.

      Attachments

        Issue Links

          Activity

            People

              hitliuyi Yi Liu
              hitliuyi Yi Liu
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated: