You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by aa...@apache.org on 2020/10/27 11:52:24 UTC

[hadoop] branch branch-3.3 updated: HDFS-9776. testMultipleAppendsDuringCatchupTailing is flaky (#2410)

This is an automated email from the ASF dual-hosted git repository.

aajisaka pushed a commit to branch branch-3.3
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/branch-3.3 by this push:
     new d4129c6  HDFS-9776. testMultipleAppendsDuringCatchupTailing is flaky (#2410)
d4129c6 is described below

commit d4129c6794478be2b02e8db44f1d37240f442e1f
Author: Ahmed Hussein <50...@users.noreply.github.com>
AuthorDate: Tue Oct 27 06:45:00 2020 -0500

    HDFS-9776. testMultipleAppendsDuringCatchupTailing is flaky (#2410)
    
    Co-authored-by: ahussein <ah...@verizonmedia.com>
    (cherry picked from commit ae74407ac43a480a010d40c182c1d4cc5346db8f)
---
 .../java/org/apache/hadoop/hdfs/server/namenode/ha/TestHAAppend.java   | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/ha/TestHAAppend.java b/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/ha/TestHAAppend.java
index 1fccb3c..d835e23 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/ha/TestHAAppend.java
+++ b/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/ha/TestHAAppend.java
@@ -60,7 +60,8 @@ public class TestHAAppend {
     // control the ingest of edits by the standby for this test.
     conf.set(DFSConfigKeys.DFS_HA_TAILEDITS_PERIOD_KEY, "5000");
     conf.setInt(DFSConfigKeys.DFS_HA_LOGROLL_PERIOD_KEY, -1);
-
+    conf.setBoolean(DFSConfigKeys.DFS_NAMENODE_REDUNDANCY_CONSIDERLOAD_KEY,
+        false);
     MiniDFSCluster cluster = new MiniDFSCluster.Builder(conf)
         .nnTopology(MiniDFSNNTopology.simpleHATopology())
         .numDataNodes(3).build();


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org