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 2015/12/11 23:45:46 UTC

[jira] [Commented] (SOLR-8407) We log an error during normal recovery PeerSync now.

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

Mark Miller commented on SOLR-8407:
-----------------------------------

We now start buffering before peersync in recovery, and so we are always in a BUFFERING state here and log this error.

> We log an error during normal recovery PeerSync now.
> ----------------------------------------------------
>
>                 Key: SOLR-8407
>                 URL: https://issues.apache.org/jira/browse/SOLR-8407
>             Project: Solr
>          Issue Type: Bug
>            Reporter: Mark Miller
>
> {noformat}
>       // TODO: does it ever make sense to allow sync when buffering or applying buffered? Someone might request that we
>       // do it...
>       if (!(ulog.getState() == UpdateLog.State.ACTIVE || ulog.getState() == UpdateLog.State.REPLAYING)) {
>         log.error(msg() + "ERROR, update log not in ACTIVE or REPLAY state. " + ulog);
>         // return false;
>       }
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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