You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Shahar Davidson (JIRA)" <ji...@apache.org> on 2013/01/14 11:02:12 UTC

[jira] [Comment Edited] (SOLR-4302) Improve CoreAdmin STATUS request response time by allowing user to omit the Index info

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

Shahar Davidson edited comment on SOLR-4302 at 1/14/13 10:00 AM:
-----------------------------------------------------------------

Attached suggested patch SOLR-4302.patch. apply over trunk 1404975
                
      was (Author: shahar.davidson):
    SOLR-4302, apply over trunk 1404975
                  
> Improve CoreAdmin STATUS request response time by allowing user to omit the Index info
> --------------------------------------------------------------------------------------
>
>                 Key: SOLR-4302
>                 URL: https://issues.apache.org/jira/browse/SOLR-4302
>             Project: Solr
>          Issue Type: Improvement
>          Components: multicore
>    Affects Versions: 4.0, 4.1, 5.0
>            Reporter: Shahar Davidson
>            Priority: Minor
>              Labels: performance
>         Attachments: SOLR-4302.patch
>
>
> In large multicore environments (hundreds+ of cores), the STATUS request may take a fair amount of time.
> It seems that the majority of time is spent retrieving the index related info.
> The suggested improvement allows the user to specify a parameter (indexInfo) that if 'false' then index related info (such as segmentCount, sizeInBytes, numDocs, etc.) will not be retrieved. By default, the indexInfo will be 'true' (to maintain existing STATUS request behavior).
> For example, when tested on a given machine with 380+ solr cores, the full STATUS request took 800ms-900ms, whereas using indexInfo=false returned results in about 1ms-4ms.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org