Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
3.0.0-alpha1
-
None
-
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
- requires
-
HADOOP-10734 Implement high-performance secure random number sources
- Resolved