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:44:46 UTC

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

Mark Miller created SOLR-8407:
---------------------------------

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