[ https://issues.apache.org/jira/browse/SOLR-16632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17680163#comment-17680163 ]
Bence Szabó commented on SOLR-16632: ------------------------------------ I have opened a PR for this issue. I have tested my modifications manually and the core names are truly present in the log messages. > 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ó > Priority: Trivial > Time Spent: 10m > Remaining Estimate: 0h > > 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: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org