Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUGFIX:BP:11.5] Fix handling of non existing pages on deletions #3520

Conversation

dkd-friedrich
Copy link
Member

What this pr does

If a records page or the site root is not available exceptions will occur during garbage collection. This commit improves
the handling of missing pages to fix this issue.

How to test

Try to delete a record without a proper page tree connection via DataHandler, e.g. use a deleted site root or a deleted record
storage.

Fixes: #3500

If a record's page or the site root is not available, exceptions
will occur during garbage collection. This commit improves
the handling of missing pages to fix this issue.

Resolves: TYPO3-Solr#3500
@dkd-kaehm dkd-kaehm force-pushed the bugfix/release-11.5.x/3500-fix_handling_of_non_existing_pages branch from a8b96f3 to 6978066 Compare March 2, 2023 16:03
Copy link
Collaborator

@dkd-kaehm dkd-kaehm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@dkd-friedrich dkd-friedrich merged commit 6c8fe0a into TYPO3-Solr:release-11.5.x Mar 6, 2023
@dkd-kaehm dkd-kaehm deleted the bugfix/release-11.5.x/3500-fix_handling_of_non_existing_pages branch March 6, 2023 14:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants