HDFS-4020. TestRBWBlockInvalidation may time out. Contributed by Eli Collins
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1396727 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1f4ba537fa
commit
70e7ec1f47
|
@ -86,6 +86,8 @@ Release 2.0.3-alpha - Unreleased
|
||||||
HDFS-4018. testMiniDFSClusterWithMultipleNN is missing some
|
HDFS-4018. testMiniDFSClusterWithMultipleNN is missing some
|
||||||
cluster cleanup. (eli)
|
cluster cleanup. (eli)
|
||||||
|
|
||||||
|
HDFS-4020. TestRBWBlockInvalidation may time out. (eli)
|
||||||
|
|
||||||
Release 2.0.2-alpha - 2012-09-07
|
Release 2.0.2-alpha - 2012-09-07
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
|
@ -53,7 +53,7 @@ public class TestRBWBlockInvalidation {
|
||||||
* datanode, namenode should ask to invalidate that corrupted block and
|
* datanode, namenode should ask to invalidate that corrupted block and
|
||||||
* schedule replication for one more replica for that under replicated block.
|
* schedule replication for one more replica for that under replicated block.
|
||||||
*/
|
*/
|
||||||
@Test
|
@Test(timeout=60000)
|
||||||
public void testBlockInvalidationWhenRBWReplicaMissedInDN()
|
public void testBlockInvalidationWhenRBWReplicaMissedInDN()
|
||||||
throws IOException, InterruptedException {
|
throws IOException, InterruptedException {
|
||||||
Configuration conf = new HdfsConfiguration();
|
Configuration conf = new HdfsConfiguration();
|
||||||
|
|
Loading…
Reference in New Issue