Christine Poerschke created SOLR-15758:
------------------------------------------
Summary: in UpdateLog allow numDeletes[ByQuery]ToKeep customisation
Key: SOLR-15758
URL: https://issues.apache.org/jira/browse/SOLR-15758
Project: Solr
Issue Type: Task
Reporter: Christine Poerschke
Assignee: Christine Poerschke
{{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]
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]