Skip to content

Conversation

@vladak
Copy link
Member

@vladak vladak commented Jul 26, 2024

This fixes the failing incremental reindex in the face of sequence of changes to a file that in the end nullify each other by checking the last modified date of the file to the date stored in the corresponding document. The first idea was to simply "touch" the files however that would cause unneeded churn.

While there, the changes to the IndexDatabaseTest somehow made the Windows builds failing due to pending references to index files (with AccessDenied exception thrown from IOutils.removeRecursive()), also even in different test classes due to the intertwined nature of indexing and RuntimeEnvironment. Hence the index searcher related changes.

@vladak vladak added the indexer label Jul 26, 2024
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Jul 26, 2024
@vladak vladak requested a review from ginoaugustine July 26, 2024 17:19
@vladak vladak force-pushed the history_based_reindex_vs_git_revert branch from 5e56a41 to 1fbc4b2 Compare August 1, 2024 10:29
@vladak vladak merged commit f7dbff5 into oracle:master Aug 1, 2024
@vladak vladak deleted the history_based_reindex_vs_git_revert branch August 1, 2024 11:07
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.

2 participants