Author: todd
Date: Mon Jun 13 22:26:51 2011
New Revision: 1135329
URL: http://svn.apache.org/viewvc?rev=1135329&view=rev
Log:
HDFS-2046. Force entropy to come from non-true random for tests. Contributed by
Todd Lipcon.
Modified:
hadoop/common/trunk/hdfs/CHANGES.txt
hadoop/common/trunk/hdfs/build.xml
Modified: hadoop/common/trunk/hdfs/CHANGES.txt
URL:
http://svn.apache.org/viewvc/hadoop/common/trunk/hdfs/CHANGES.txt?rev=1135329&r1=1135328&r2=1135329&view=diff
==============================================================================
--- hadoop/common/trunk/hdfs/CHANGES.txt (original)
+++ hadoop/common/trunk/hdfs/CHANGES.txt Mon Jun 13 22:26:51 2011
@@ -506,6 +506,8 @@ Trunk (unreleased changes)
HADOOP-7106. Reorganize project SVN layout to "unsplit" the projects.
(todd, nigel)
+ HDFS-2046. Force entropy to come from non-true random for tests. (todd)
+
OPTIMIZATIONS
HDFS-1458. Improve checkpoint performance by avoiding unnecessary image
Modified: hadoop/common/trunk/hdfs/build.xml
URL:
http://svn.apache.org/viewvc/hadoop/common/trunk/hdfs/build.xml?rev=1135329&r1=1135328&r2=1135329&view=diff
==============================================================================
--- hadoop/common/trunk/hdfs/build.xml (original)
+++ hadoop/common/trunk/hdfs/build.xml Mon Jun 13 22:26:51 2011
@@ -648,6 +648,7 @@
<sysproperty key="java.security.krb5.conf"
value="${test.src.dir}/krb5.conf"/>
<sysproperty key="hadoop.policy.file" value="hadoop-policy.xml"/>
<sysproperty key="hdfs.rpc.engine" value="${test.hdfs.rpc.engine}"/>
+ <sysproperty key="java.security.egd" value="file:///dev/urandom" />
<classpath refid="@{classpath}"/>
<!-- Pass probability specifications to the spawn JVM -->
<syspropertyset id="FaultProbabilityProperties">