Bug #64942
closedRacecondition in Extractor Registry for Indexing FAL files
100%
Description
Hi,
there seems to be a bug where two or more Extractors of a FAL driver can not share the same priority.
They overwrite each other
typo3/sysext/core/Classes/Resource/Index/ExtractorRegistry.php
Function getExtractorsWithDriverSupport
Line 99 (and duplicated) 101
i would expect two extractors with the same priority to work in random order
The same occurs in typo3/sysext/core/Classes/Resource/Index/Indexer.php:105
bye
Updated by Riccardo De Contardi about 8 years ago
- Category set to File Abstraction Layer (FAL)
Updated by Gerrit Code Review over 5 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 https://review.typo3.org/c/Packages/TYPO3.CMS/+/59894
Updated by Gerrit Code Review over 5 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/59894
Updated by Gerrit Code Review over 5 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/59894
Updated by Gerrit Code Review over 5 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/59894
Updated by Gerrit Code Review over 5 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/59894
Updated by Gerrit Code Review over 5 years ago
Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/59894
Updated by Gerrit Code Review over 5 years ago
Patch set 7 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/59894
Updated by Anonymous over 5 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 3092154eef62c1d7e96576577896fb0523605bde.
Updated by Benni Mack almost 5 years ago
- Status changed from Resolved to Closed
Updated by Helmut Hummel about 4 years ago
- Status changed from Closed to Accepted
- TYPO3 Version changed from 6.2 to 9
This issue isn't resolved yet. Extractors can have same priority, but the extracted meta data of extractors with same priority will still be overwritten.
Updated by Helmut Hummel about 4 years ago
- Related to Bug #56727: ExtractorRegistry can not handle Extractors with same ExecutionPriority added
Updated by Helmut Hummel about 4 years ago
- Status changed from Accepted to Closed
Since there are more things to fix, I will create a new ticket
Updated by Helmut Hummel about 4 years ago
- Related to Bug #92643: Fix FAL meta data extraction priorities added