You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by "Christine Poerschke (Jira)" <ji...@apache.org> on 2021/07/06 08:36:00 UTC

[jira] [Updated] (SOLR-15519) reduce getCircuitBreakerManager calls in SearchHandler

     [ https://issues.apache.org/jira/browse/SOLR-15519?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christine Poerschke updated SOLR-15519:
---------------------------------------
    Description: 
It's a little bit subjective but I think having just one call would help with code reading and marginally one less method call is also not unhelpful. Small pull request with proposed change opened.

existing code: https://github.com/apache/lucene-solr/blob/releases/lucene-solr/8.9.0/solr/core/src/java/org/apache/solr/handler/component/SearchHandler.java#L303-L325

  was:It's a little bit subjective but I think having just one call would help with code reading and marginally one less method call is also not unhelpful. Small pull request with proposed change to follow.


> reduce getCircuitBreakerManager calls in SearchHandler
> ------------------------------------------------------
>
>                 Key: SOLR-15519
>                 URL: https://issues.apache.org/jira/browse/SOLR-15519
>             Project: Solr
>          Issue Type: Task
>            Reporter: Christine Poerschke
>            Assignee: Christine Poerschke
>            Priority: Minor
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> It's a little bit subjective but I think having just one call would help with code reading and marginally one less method call is also not unhelpful. Small pull request with proposed change opened.
> existing code: https://github.com/apache/lucene-solr/blob/releases/lucene-solr/8.9.0/solr/core/src/java/org/apache/solr/handler/component/SearchHandler.java#L303-L325



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

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