-
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.
pool: Simplify synchronization during repository setup
Motivation: Simplify the various synchronization logic of CacheRepositoryV5. Modification: Do not synchronize setters for parameters that must be called before initializing the repository. This is often referred to as threadsafe once configured. Result: Synchronization on the repository is limited to state that actually changes during the operation of the repository. Target: trunk Require-notes: no Require-book: no Request: 2.14 Request: 2.13 Acked-by: Paul Millar <paul.millar@desy.de> Patch: https://rb.dcache.org/r/8928
- Loading branch information
Showing
1 changed file
with
15 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