Bug #101249
closedPrevent exception caused by hash collisions in indexed_search
100%
Description
`ext:indexed_search` tends to except out for colliding
hashes due to the fact that they are cutted and the
potential to collite raised.
Having a exception in the frontend during indexing if
colliding hashes are indexed is not a valid way to deal
with this.
To fix this issue the md5int() hash cutting should be
removed and a suitable indexing value used. That would
mean a database change, which is not suitable as a direct
bugfix.
Therefore, as a first intermediate but not final solution
the exception should be prevented also knowing that not
all information are indexed then.
Updated by Stefan Bürk over 1 year ago
- Related to Bug #84541: Uncaught TYPO3 Exception in indexed_search: duplicate key (hash) error added
- Related to Bug #87138: indexed_search: Duplicate entry for key 'Primary' in index_rel added
- Related to Bug #90977: possible race condition in indexedsearch added
Updated by Gerrit Code Review over 1 year ago
- Status changed from New to Under Review
Patch set 9 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/74742
Updated by Gerrit Code Review over 1 year ago
Patch set 10 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/74742
Updated by Gerrit Code Review over 1 year ago
Patch set 1 for branch 12.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/79741
Updated by Florian Schöppe over 1 year ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset f996d31c37ef39105dc10eeb2f3ae941bb7343e8.
Updated by Gerrit Code Review over 1 year ago
- Status changed from Resolved to Under Review
Patch set 1 for branch 11.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/79754
Updated by Florian Schöppe over 1 year ago
- Status changed from Under Review to Resolved
Applied in changeset cebeee380bd7f2341ee017f53966ff11691457ab.