HDFS-6067. TestPread.testMaxOutHedgedReadPool is flaky (cmccabe)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1575101 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
aaedcd5c5d
commit
a9acce33a7
|
@ -321,6 +321,8 @@ Release 2.4.0 - UNRELEASED
|
||||||
not updated with latest block report interval of 6 hrs.
|
not updated with latest block report interval of 6 hrs.
|
||||||
(Vinayakumar B via wheat9)
|
(Vinayakumar B via wheat9)
|
||||||
|
|
||||||
|
HDFS-6067. TestPread.testMaxOutHedgedReadPool is flaky (cmccabe)
|
||||||
|
|
||||||
BREAKDOWN OF HDFS-5698 SUBTASKS AND RELATED JIRAS
|
BREAKDOWN OF HDFS-5698 SUBTASKS AND RELATED JIRAS
|
||||||
|
|
||||||
HDFS-5717. Save FSImage header in protobuf. (Haohui Mai via jing9)
|
HDFS-5717. Save FSImage header in protobuf. (Haohui Mai via jing9)
|
||||||
|
|
|
@ -254,7 +254,7 @@ public class TestPread {
|
||||||
InterruptedException, ExecutionException {
|
InterruptedException, ExecutionException {
|
||||||
Configuration conf = new Configuration();
|
Configuration conf = new Configuration();
|
||||||
int numHedgedReadPoolThreads = 5;
|
int numHedgedReadPoolThreads = 5;
|
||||||
final int initialHedgedReadTimeoutMillis = 500;
|
final int initialHedgedReadTimeoutMillis = 50000;
|
||||||
final int fixedSleepIntervalMillis = 50;
|
final int fixedSleepIntervalMillis = 50;
|
||||||
conf.setInt(DFSConfigKeys.DFS_DFSCLIENT_HEDGED_READ_THREADPOOL_SIZE,
|
conf.setInt(DFSConfigKeys.DFS_DFSCLIENT_HEDGED_READ_THREADPOOL_SIZE,
|
||||||
numHedgedReadPoolThreads);
|
numHedgedReadPoolThreads);
|
||||||
|
|
Loading…
Reference in New Issue