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 ta...@apache.org on 2021/04/05 08:50:05 UTC

[hadoop] branch branch-3.3 updated: HDFS-15951. Remove unused parameters in NameNodeProxiesClient (#2859)

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

tasanuma 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 7a7e194  HDFS-15951. Remove unused parameters in NameNodeProxiesClient (#2859)
7a7e194 is described below

commit 7a7e194228d86f795cd02a4afd5d2d956ff6e8a2
Author: litao <to...@gmail.com>
AuthorDate: Mon Apr 5 16:47:10 2021 +0800

    HDFS-15951. Remove unused parameters in NameNodeProxiesClient (#2859)
    
    Signed-off-by: Takanobu Asanuma <ta...@apache.org>
    (cherry picked from commit 9e2d5d6d05a2d8b657d06fdf3db49d588394a579)
---
 .../src/main/java/org/apache/hadoop/hdfs/NameNodeProxiesClient.java  | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/NameNodeProxiesClient.java b/hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/NameNodeProxiesClient.java
index 31bc2d9..3725fc2 100644
--- a/hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/NameNodeProxiesClient.java
+++ b/hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/NameNodeProxiesClient.java
@@ -78,11 +78,6 @@ public class NameNodeProxiesClient {
   private static final Logger LOG = LoggerFactory.getLogger(
       NameNodeProxiesClient.class);
 
-  /** Maximum # of retries for HAProxy with HAServiceProtocol. */
-  private static final int MAX_RETRIES = 3;
-  /** Initial retry delay for HAProxy with HAServiceProtocol. */
-  private static final int DELAY_MILLISECONDS = 200;
-
   /**
    * Wrapper for a client proxy as well as its associated service ID.
    * This is simply used as a tuple-like return type for created NN proxy.

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