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/18 16:38:46 UTC

[jira] [Updated] (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:all-tabpanel ]

Mark Miller updated SOLR-8407:
------------------------------
         Assignee: Mark Miller
    Fix Version/s: Trunk
                   5.5

> 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
>            Assignee: Mark Miller
>             Fix For: 5.5, Trunk
>
>
> {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