YARN-7153. Remove duplicated code in AMRMClientAsyncImpl.java. Contributed by Sen Zhao.
(cherry picked from commit e928ee583c
)
This commit is contained in:
parent
6004fb4676
commit
c0dacda546
|
@ -141,11 +141,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