Details
-
Task
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
Description
numRecordsToKeep and maxNumLogsToKeep are customisable since SOLR-6359 and default to 100 and 10 respectively: https://github.com/apache/lucene-solr/blob/releases/lucene-solr/8.10.1/solr/core/src/java/org/apache/solr/update/UpdateLog.java#L343-L344
numDeletesToKeep and numDeletesByQueryToKeep are currently hard-coded to 1000 and 100 respectively: https://github.com/apache/lucene-solr/blob/releases/lucene-solr/8.10.1/solr/core/src/java/org/apache/solr/update/UpdateLog.java#L204-L205
Attachments
Issue Links
- is related to
-
SOLR-6359 Allow customization of the number of records and logs kept by UpdateLog
- Closed
- links to