HADOOP-15236. Fix typo in RequestHedgingProxyProvider and RequestHedgingRMFailoverProxyProvider
Signed-off-by: Akira Ajisaka <aajisaka@apache.org> (cherry picked from commit c36b4aa31ce25fbe5fa173bce36da2950d74a475) (cherry picked from commit b8942cb3bf4a458c78654bc166447806523409b5)
This commit is contained in:
parent
7a6aa7bf99
commit
696e8e0299
@ -45,7 +45,7 @@
|
||||
* per-se. It constructs a wrapper proxy that sends the request to ALL
|
||||
* underlying proxies simultaneously. It assumes the in an HA setup, there will
|
||||
* be only one Active, and the active should respond faster than any configured
|
||||
* standbys. Once it recieve a response from any one of the configred proxies,
|
||||
* standbys. Once it receive a response from any one of the configured proxies,
|
||||
* outstanding requests to other proxies are immediately cancelled.
|
||||
*/
|
||||
public class RequestHedgingProxyProvider<T> extends
|
||||
|
@ -49,7 +49,7 @@
|
||||
* underlying proxies simultaneously. Each proxy inside the wrapper proxy will
|
||||
* retry the corresponding target. It assumes the in an HA setup, there will be
|
||||
* only one Active, and the active should respond faster than any configured
|
||||
* standbys. Once it receives a response from any one of the configred proxies,
|
||||
* standbys. Once it receives a response from any one of the configured proxies,
|
||||
* outstanding requests to other proxies are immediately cancelled.
|
||||
*/
|
||||
public class RequestHedgingRMFailoverProxyProvider<T>
|
||||
|
Loading…
x
Reference in New Issue
Block a user