You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Mark Miller (JIRA)" <ji...@apache.org> on 2013/02/16 17:31:18 UTC

[jira] [Commented] (SOLR-271) admin console doesn't properly detect commit failure

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

Mark Miller commented on SOLR-271:
----------------------------------

Did you verify this was fixed?
                
> admin console doesn't properly detect commit failure
> ----------------------------------------------------
>
>                 Key: SOLR-271
>                 URL: https://issues.apache.org/jira/browse/SOLR-271
>             Project: Solr
>          Issue Type: Bug
>          Components: web gui
>    Affects Versions: 1.2
>         Environment: linux/jetty
>            Reporter: Paul
>            Priority: Minor
>
> I clicked "commit" on the admin console after inserting a large number of documents from a separate client program.  The commit ran for about 8 minutes and eventually failed because the JVM threw an OutOfMemoryError.  The admin console then displayed "SUCCESS! java.lang.OutOfMemoryError: Java heap space at org.apache.lucene.index.TermBuffer.toTerm(TermBuffer.java:104) at org.apache.lucene.index.SegmentTermEnum.term(SegmentTermEnum.java:155) ..." (Java stack dump).  I think it also said "status=1" which is an error status but I don't see that in the output now.  
> Certainly the gui should not claim "SUCCESS!" unless the commit was actually successful.  In case of failure it would also help to to show a message giving some indication of the current state of things, i.e. I'm wondering if the failed commit might have left my index in some messed up state so I have to rebuild it.

--
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