|
@@ -78,11 +78,6 @@ public class NameNodeProxiesClient {
|
|
private static final Logger LOG = LoggerFactory.getLogger(
|
|
private static final Logger LOG = LoggerFactory.getLogger(
|
|
NameNodeProxiesClient.class);
|
|
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.
|
|
* 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.
|
|
* This is simply used as a tuple-like return type for created NN proxy.
|