Issue #2041 fix python job coordinator shutdown.
Former-commit-id:955468866e
[formerly4bf7b44234
] [formerly955468866e
[formerly4bf7b44234
] [formerlyab0bb800cb
[formerly c749e5f77e06ede7fa39ece6846d957b8edfaed2]]] Former-commit-id:ab0bb800cb
Former-commit-id:b8cef5b733
[formerly8111840673
] Former-commit-id:30df5cc2e4
This commit is contained in:
parent
a13437abed
commit
2df9ca7847
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ public class PythonJobCoordinator<P extends PythonInterpreter> {
|
|||
*/
|
||||
public void shutdown() {
|
||||
synchronized (pools) {
|
||||
pools.remove(this);
|
||||
pools.values().remove(this);
|
||||
}
|
||||
execService.shutdown();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue