You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by "Joel Bernstein (Jira)" <ji...@apache.org> on 2022/01/25 23:37:00 UTC

[jira] [Comment Edited] (SOLR-15755) Parse collection, shard, core, replica info from newSearcher events in postlogs tool

    [ https://issues.apache.org/jira/browse/SOLR-15755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17482141#comment-17482141 ] 

Joel Bernstein edited comment on SOLR-15755 at 1/25/22, 11:36 PM:
------------------------------------------------------------------

Latest patch fixes a bug in the postlogs shell script introduced in SOLR-15916. Since this patch is safe and doesn't effect core code and is currently broken I'd like to merge this into 9.0 tomorrow.


was (Author: joel.bernstein):
Latest patch fixes a bug in the postlogs shell script introduced in SOLR-15916. Since it doesn't effect core code and is currently broken I'd like to merge this into 9.0 tomorrow.

> Parse collection, shard, core, replica info from newSearcher events in postlogs tool
> ------------------------------------------------------------------------------------
>
>                 Key: SOLR-15755
>                 URL: https://issues.apache.org/jira/browse/SOLR-15755
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Cassandra Targett
>            Assignee: Joel Bernstein
>            Priority: Minor
>             Fix For: 9.0
>
>         Attachments: SOLR-15755-1.patch, SOLR-15755.patch
>
>
> The {{postlogs}} tool is able to recognize newSearcher events and apply the type "newSearcher" to them when indexing logs, but it does not parse other information from those events like the collection name, shard, core, and replica. This information is in the log event:
> {code}
> 2021-10-29 23:05:22.751 INFO  (searcherExecutor-132-thread-1-processing-n:solr-0.localhost:8983_solr x:gettingstarted_shard1_replica_n9 c:gettingstarted s:shard1 r:core_node10) [c:gettingstarted s:shard1 r:core_node10 x:gettingstarted_shard1_replica_n9] o.a.s.c.SolrCore [gettingstarted_shard1_replica_n9]  Registered new searcher autowarm time: 0 ms
> {code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org