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

David Smiley commented on SOLR-14394:
-------------------------------------

The core load latency savings is admittedly small; seems around 8ms, and I 
expect a very small memory savings as well.  The primary objective in my mind 
is avoiding metrics pollution to make exploring metrics from Solr easier / 
lighter.

> Many request handlers should be startup=lazy
> --------------------------------------------
>
>                 Key: SOLR-14394
>                 URL: https://issues.apache.org/jira/browse/SOLR-14394
>             Project: Solr
>          Issue Type: Improvement
>      Security Level: Public(Default Security Level. Issues are Public) 
>            Reporter: David Smiley
>            Priority: Minor
>
> Solr cores track a lot of granular metric information per request handler.  
> This is noise for a request handler that we aren't even using!  The vast 
> majority of request handlers are not used in a typical app.  That doesn't 
> mean they shouldn't be available for use, I'm only saying that they aren't 
> until perhaps for diagnostic purposes or something.  *I think it would be 
> better to not track metrics on something until we actually use it.*  For a 
> request handler, this is done by setting startup=lazy.  Most implicitly 
> registered plugins should have this set in ImplicitPlugins.json.  
> CC [~ab] [~noble.paul]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

Reply via email to