YARN-7153. Remove duplicated code in AMRMClientAsyncImpl.java. Contributed by Sen Zhao.
(cherry picked from commit e928ee583c5a1367e24eab34057f8d8496891452)
This commit is contained in:
parent
366ce11ac0
commit
149d3ad6ba
@ -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…
x
Reference in New Issue
Block a user