-
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-chimera: use RemotePoolMonitor to discover file locality
Motivation: The DCacheAwareJdbcFs exposes file locality and uses in instance of RemotePoolMonitor for that. Unfortunately, a new instance is requested for each requests, which is more expensive, than directly querying the PoolManager. Modification: Update DCacheAwareJdbcFs to a single instance of RemotePoolMonitor. Update nfs door to subscribe to pool-monitor topic. Result: A single instance of RemotePoolMonitor is shared among multiple getlocality requests over nfs. Acked-by: Paul Millar Acked-by: Lea Morschel Acked-by: Albert Rossi Target: master, 7.1, 7.0, 6.2 Require-book: no Require-notes: yes (cherry picked from commit 9f69e5c) Signed-off-by: Tigran Mkrtchyan <[email protected]>
- Loading branch information
1 parent
7de3af9
commit 5d3b1c0
Showing
4 changed files
with
27 additions
and
15 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