-
Notifications
You must be signed in to change notification settings - Fork 751
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
Error "IndexDeletionPolicy changed, normally only one commit should be stored" #4385
Comments
How often does this happen ? Is reindex running while this happens ? I wonder if this is somehow related to #3983 that allowed the number of segments in an index to be higher than 1. Looking into the indexer, it does not seem that the |
If this was indeed introduced after switching from 1.11 to 1.12.11 then the only related change is the upgrade to Lucene 9.6 in 1.12.6 (#4345), however that does not seem too likely given it was upgrade from Lucene 9.5. |
Also, what is the file-system type used for the index data ? |
Checking the logs on a production system, I can see this exception being thrown as early as March 2021; there are no older logs on the system. At that point the system was running OpenGrok 1.6.3, so this is definitely not introduced in the recent versions. Also, the removal of the optimization step was done in 1.7.35 (#3983 mentioned above) so that hypothesis is not viable either. Looking into the logs, this is happening every now and then - several times per month. This system has been running the indexer (in per project workflow) every 4 hours for bunch of years. |
OpenGrok 1.12.12 contains improved logging for the above exception, it might help to shed a bit more light on the problem. |
I have these errors when indexing projects :
I recently migrated from 1.11 to 1.12.11
I this a bug ? how can I avoid it ?
Regards,
The text was updated successfully, but these errors were encountered: