forked from apache/solr
-
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.
Allow finer grained locking in SolrCores
- Introduces Locks and Conditions for finer grained access to loaded SolrCores - Removes synchronized Object lock - Removes already deprecated TransientSolrCores subclass and their caches to avoid adjusting locking for that class too Co-authored-by: Dennis Berger <[email protected]> Co-authored-by: Torsten Bøgh Köster <[email protected]> Co-authored-by: Marco Petris <[email protected]>
- Loading branch information
1 parent
cf78257
commit 1484f6f
Showing
8 changed files
with
163 additions
and
617 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
Oops, something went wrong.