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
|
@ -124,6 +124,8 @@ Trunk (unreleased changes)
|
||||||
|
|
||||||
HDFS-3235. MiniDFSClusterManager doesn't correctly support -format option.
|
HDFS-3235. MiniDFSClusterManager doesn't correctly support -format option.
|
||||||
(Henry Robinson via atm)
|
(Henry Robinson via atm)
|
||||||
|
|
||||||
|
HDFS-3243. TestParallelRead timing out on jenkins. (Henry Robinson via todd)
|
||||||
|
|
||||||
Release 2.0.0 - UNRELEASED
|
Release 2.0.0 - UNRELEASED
|
||||||
|
|
||||||
|
|
|
@ -179,7 +179,7 @@ public class TestParallelReadUtil {
|
||||||
*/
|
*/
|
||||||
static class ReadWorker extends Thread {
|
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;
|
private static final double PROPORTION_NON_POSITIONAL_READ = 0.10;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue