YARN-7153. Remove duplicated code in AMRMClientAsyncImpl.java. Contributed by Sen Zhao.
This commit is contained in:
parent
3a10367a17
commit
e928ee583c
@ -142,11 +142,7 @@ protected void serviceStop() throws Exception {
|
||||
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
Block a user