Bence Szabó created SOLR-16632:
----------------------------------

             Summary: Add core name to periodic delete related log messages
                 Key: SOLR-16632
                 URL: https://issues.apache.org/jira/browse/SOLR-16632
             Project: Solr
          Issue Type: Task
      Security Level: Public (Default Security Level. Issues are Public)
            Reporter: Bence Szabó


When expired documents are deleted periodically from the index we have a log 
message about the 
[start|https://github.com/apache/solr/blob/0725a9ba853c1a0caacd7c2c037cbe11bd4b4b39/solr/core/src/java/org/apache/solr/update/processor/DocExpirationUpdateProcessorFactory.java#L384]
 and the 
[end|https://github.com/apache/solr/blob/0725a9ba853c1a0caacd7c2c037cbe11bd4b4b39/solr/core/src/java/org/apache/solr/update/processor/DocExpirationUpdateProcessorFactory.java#L419]
 of this process.

In cases where we have multiple collections with TTL enabled it can be 
misleading that these messages do not contain the name of the actual 
collection/core on which the periodic delete is executed. The name of the core 
can be easily added to the log message.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to