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

Robert Reynolds commented on SOLR-2667:
---------------------------------------

I haven't seen any discussion of the luke problem since back in August 
(comments by Ryan and David, with one follow-up by Stefan).  I've run into this 
recently and wanted to add some data about just how horrible this problem is.  
I timed how long it took to complete loading of the "Statistics" panel, which 
evidently requires results from luke, which seems to read the entire index to 
provide them.  I also looked a bit at the CPU and I/O behavior of the nodes 
while this operation was going on.  

At the time, my nodes had from 13 million to 23.5 million documents each.  The 
operation took from 28 minutes to 46 minutes.  During this time, significant 
CPU was consumed on the node; I wasn't careful in collecting this data but my 
recollection is 25%-50% utilization.  There was significant I/O the entire 
time, apparently due to reading the whole index.  Furthermore, navigating away 
from the page does not halt the operation.

As things stand, if someone navigates to this web page they kick off an 
operation that will signficantly affect performance on my nodes for half an 
hour to an hour.  Are there plans to implement any of the triage ideas floated 
by Ryan/David?
                
> Finish Solr Admin UI
> --------------------
>
>                 Key: SOLR-2667
>                 URL: https://issues.apache.org/jira/browse/SOLR-2667
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Ryan McKinley
>            Assignee: Ryan McKinley
>             Fix For: 4.0
>
>         Attachments: SOLR-2667-110722.patch
>
>
> In SOLR-2399, we added a new admin UI. The issue has gotten too long to 
> follow, so this is a new issue to track remaining tasks.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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

Reply via email to