HDFS-5803. TestBalancer.testBalancer0 fails. Contributed by Chen He.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1569391 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4fe4268336
commit
62b023c241
@ -433,6 +433,8 @@ Release 2.4.0 - UNRELEASED
|
||||
HDFS-5780. TestRBWBlockInvalidation times out intemittently. (Mit Desai
|
||||
via kihwal)
|
||||
|
||||
HDFS-5803. TestBalancer.testBalancer0 fails. (Chen He via kihwal)
|
||||
|
||||
BREAKDOWN OF HDFS-5698 SUBTASKS AND RELATED JIRAS
|
||||
|
||||
HDFS-5717. Save FSImage header in protobuf. (Haohui Mai via jing9)
|
||||
|
@ -74,7 +74,7 @@ public class TestBalancer {
|
||||
|
||||
ClientProtocol client;
|
||||
|
||||
static final long TIMEOUT = 20000L; //msec
|
||||
static final long TIMEOUT = 40000L; //msec
|
||||
static final double CAPACITY_ALLOWED_VARIANCE = 0.005; // 0.5%
|
||||
static final double BALANCE_ALLOWED_VARIANCE = 0.11; // 10%+delta
|
||||
static final int DEFAULT_BLOCK_SIZE = 10;
|
||||
|
Loading…
Reference in New Issue
Block a user