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

avoid calling removeFile() twice in the same block #4662

Merged
merged 1 commit into from
Sep 13, 2024

Conversation

vladak
Copy link
Member

@vladak vladak commented Sep 13, 2024

While hunting for a bug in the indexer (causing duplicate documents with history based reindex) I realized that processFileHistoryBased() calls removeFile() twice unnecessarily in the same block. This was introduced with the changes in 520ce3b.

@vladak vladak added the indexer label Sep 13, 2024
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Sep 13, 2024
@vladak vladak merged commit 5dad227 into oracle:master Sep 13, 2024
9 checks passed
@vladak vladak deleted the remove_file_dup branch September 13, 2024 08:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
indexer OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant