Skip to content

Commit 7a7e194

Browse files
tomscuttasanuma
authored andcommitted
HDFS-15951. Remove unused parameters in NameNodeProxiesClient (#2859)
Signed-off-by: Takanobu Asanuma <tasanuma@apache.org> (cherry picked from commit 9e2d5d6)
1 parent e4d04a6 commit 7a7e194

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/NameNodeProxiesClient.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,6 @@ public class NameNodeProxiesClient {
7878
private static final Logger LOG = LoggerFactory.getLogger(
7979
NameNodeProxiesClient.class);
8080

81-
/** Maximum # of retries for HAProxy with HAServiceProtocol. */
82-
private static final int MAX_RETRIES = 3;
83-
/** Initial retry delay for HAProxy with HAServiceProtocol. */
84-
private static final int DELAY_MILLISECONDS = 200;
85-
8681
/**
8782
* Wrapper for a client proxy as well as its associated service ID.
8883
* This is simply used as a tuple-like return type for created NN proxy.

0 commit comments

Comments
 (0)