HDFS-3243. TestParallelRead timing out on jenkins. Contributed by Henry Robinson.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1312029 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7c2e10e0cd
commit
58228e4e7b
|
@ -125,6 +125,8 @@ Trunk (unreleased changes)
|
|||
HDFS-3235. MiniDFSClusterManager doesn't correctly support -format option.
|
||||
(Henry Robinson via atm)
|
||||
|
||||
HDFS-3243. TestParallelRead timing out on jenkins. (Henry Robinson via todd)
|
||||
|
||||
Release 2.0.0 - UNRELEASED
|
||||
|
||||
INCOMPATIBLE CHANGES
|
||||
|
|
|
@ -179,7 +179,7 @@ public class TestParallelReadUtil {
|
|||
*/
|
||||
static class ReadWorker extends Thread {
|
||||
|
||||
static public final int N_ITERATIONS = 1024 * 4;
|
||||
static public final int N_ITERATIONS = 1024;
|
||||
|
||||
private static final double PROPORTION_NON_POSITIONAL_READ = 0.10;
|
||||
|
||||
|
|
Loading…
Reference in New Issue