-
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.
pnfsmanager: inroduce limit on number of concurrent listing of the sa…
…me directory Motivation ---------- When many jobs run listings of large directories in parallel thread starvation occurs, the list queue gets filled, the message queue gets filled and PnfsManager becomes unresponsive. Modification: ------------- Before dispatching list request to a queue count how many list request are already in the list queue. Add property: pnfsmanager.limits.number-of-concurrent-dir-listings = infinity that controls number of list requests in the PnfsManager list queue. If this number is exceeded PnfsManager refuses to serve the request. Result: ------ PnfsManager is more resilient against flood of concurrent list requests. Patch: https://rb.dcache.org/r/14098/ Acked-by: Albert Rossi Target: trunk Request: 9.2 Require-notes: yes
- Loading branch information
1 parent
c1e3728
commit 67508e9
Showing
4 changed files
with
48 additions
and
12 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