forked from dCache/dcache
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pool: re-introduce limit on number of concurrent p2p transfers
Motivation: During massive data migration from multiple sources to a single pool the later one gets IO starvation, thus all p2p transfers get stalled. The majority of such transfers get killed by jtm. The migration get cancelled or suspended, and restarts doesn't help as the behavior repeats itself. Modification: Introduce a semaphore to control the concurrency. The default value is unlimited (Integer.MAX_VALUE). The pool's `pp set max active` command is re-introduced (undeprecated). Result: never ending data migration (canceled after 3 weeks) completed within 16h. Acked-by: Lea Morschel Target: master Require-book: no Require-notes: yes
- Loading branch information
Showing
4 changed files
with
68 additions
and
8 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