You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by GitBox <gi...@apache.org> on 2022/09/27 10:44:44 UTC

[GitHub] [hadoop] navinko commented on a diff in pull request #4917: HDFS-13369. Fix for FSCK Report broken with RequestHedgingProxyProvider

navinko commented on code in PR #4917:
URL: https://github.com/apache/hadoop/pull/4917#discussion_r981076098


##########
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/qjournal/MiniQJMHACluster.java:
##########
@@ -172,8 +172,8 @@ private Configuration initHAConf(URI journalURI, Builder builder,
     }
 
     // use standard failover configurations
-    HATestUtil.setFailoverConfigurations(conf, NAMESERVICE, nns,
-        ConfiguredFailoverProxyProvider.class);
+    HATestUtil.setFailoverConfigurations(conf, NAMESERVICE,
+        "org.apache.hadoop.hdfs.server.namenode.ha.RequestHedgingProxyProvider", nns);

Review Comment:
   removed



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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