You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Yonik Seeley (Created) (JIRA)" <ji...@apache.org> on 2012/02/29 14:27:57 UTC

[jira] [Created] (SOLR-3179) handle commit failures

handle commit failures
----------------------

                 Key: SOLR-3179
                 URL: https://issues.apache.org/jira/browse/SOLR-3179
             Project: Solr
          Issue Type: Improvement
            Reporter: Yonik Seeley


We may be able to be more proactive about handing some failures (like a commit failure).  In cloud mode, we should probably mark ourselves down and put ourselves in recovery mode?

--
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-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Commented] (SOLR-3179) handle commit failures

Posted by "Yonik Seeley (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-3179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13219195#comment-13219195 ] 

Yonik Seeley commented on SOLR-3179:
------------------------------------

Specific to a commit failure, we probably shouldn't try to do peersync or log replay or anything, but should go straight to replication?

One issue I've hit in the tests is that a commit may fail currently, but updates continue to succeed because they are simply buffered in memory.  Seems like it would be a good idea of we could recognize that we are in real trouble ASAP.
                
> handle commit failures
> ----------------------
>
>                 Key: SOLR-3179
>                 URL: https://issues.apache.org/jira/browse/SOLR-3179
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Yonik Seeley
>
> We may be able to be more proactive about handing some failures (like a commit failure).  In cloud mode, we should probably mark ourselves down and put ourselves in recovery mode?

--
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-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org