Bug #56727
closedExtractorRegistry can not handle Extractors with same ExecutionPriority
100%
Description
The ExtractorRegistry::getExtractors() overrides existing instances with the same execution priority.
There is no check or notification about this. Further is could be that you have a extractor for Local driver and an extractor for a remote driver with the same execution priority, currently that is not possible.
I guess parts of https://review.typo3.org/#/c/27958/ could be used as basis for this change, also some test coverage would be nice.
Updated by Mathias Schreiber almost 10 years ago
- Sprint Focus set to On Location Sprint
Updated by Ingo Schmitt almost 10 years ago
- Complexity changed from easy to medium
Updated by Gerrit Code Review almost 10 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/36502
Updated by Gerrit Code Review almost 10 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/36502
Updated by Fabien Udriot almost 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 308d4f0ad139f5578ca0f4d93d3e306a638fa3cd.
Updated by Gerrit Code Review almost 10 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/36555
Updated by Fabien Udriot almost 10 years ago
- Status changed from Under Review to Resolved
Applied in changeset aba4e96bd14589ac781dbce24b5c23f58573113d.
Updated by Anja Leichsenring almost 9 years ago
- Sprint Focus deleted (
On Location Sprint)
Updated by Helmut Hummel about 4 years ago
- Related to Bug #64942: Racecondition in Extractor Registry for Indexing FAL files added
Updated by Helmut Hummel about 4 years ago
- Related to Bug #92643: Fix FAL meta data extraction priorities added