-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dcache-bulk: fix thread executor injection
Motivation: Recent changes to the job container implementation inadvertently scrambled thread pool injection such that one of the executors (intended to run the main container jobs) never gets used (the container job is executed by the same thread pool as its own tasks). Modification: Fix the injection. For the sake of consistency, all the thread pools are injected into the container by the job factory rather than the manager. Result: Container jobs run on their own thread pool, as intended. Target: master Request: 9.2 Requires-notes: no (this is largely invisible) Patch: https://rb.dcache.org/r/14135 Acked-by: Tigran
Showing
4 changed files
with
49 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters