YARN-4395. Typo in comment in ClientServiceDelegate (Contributed by Alison Yu via Daniel Templeton)
This commit is contained in:
parent
dd9a96cb17
commit
6d8b4f6c27
@ -335,8 +335,8 @@ private synchronized Object invoke(String method, Class argClass,
|
|||||||
throw new IOException(e.getTargetException());
|
throw new IOException(e.getTargetException());
|
||||||
}
|
}
|
||||||
|
|
||||||
// if it's AM shut down, do not decrement maxClientRetry as we wait for
|
// if its AM shut down, do not decrement maxClientRetry while we wait
|
||||||
// AM to be restarted.
|
// for its AM to be restarted.
|
||||||
if (!usingAMProxy.get()) {
|
if (!usingAMProxy.get()) {
|
||||||
maxClientRetry--;
|
maxClientRetry--;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user