YARN-7153. Remove duplicated code in AMRMClientAsyncImpl.java. Contributed by Sen Zhao.
(cherry picked from commit e928ee583c
)
This commit is contained in:
parent
366ce11ac0
commit
149d3ad6ba
|
@ -142,11 +142,7 @@ extends AMRMClientAsync<T> {
|
|||
handlerThread.interrupt();
|
||||
super.serviceStop();
|
||||
}
|
||||
|
||||
public void setHeartbeatInterval(int interval) {
|
||||
heartbeatIntervalMs.set(interval);
|
||||
}
|
||||
|
||||
|
||||
public List<? extends Collection<T>> getMatchingRequests(
|
||||
Priority priority,
|
||||
String resourceName,
|
||||
|
|
Loading…
Reference in New Issue