Skip to content

Commit

Permalink
HDFS-15951. Remove unused parameters in NameNodeProxiesClient (#2859)
Browse files Browse the repository at this point in the history
Signed-off-by: Takanobu Asanuma <[email protected]>
  • Loading branch information
tomscut authored Apr 5, 2021
1 parent ca5e13f commit 9e2d5d6
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9e2d5d6

Please sign in to comment.