Uploaded image for project: 'Solr'
  1. Solr
  2. SOLR-8407

We log an error during normal recovery PeerSync now.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 5.5, 6.0
    • None
    • None

    Description

            // 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;
            }
      

      Attachments

        Activity

          People

            markrmiller@gmail.com Mark Miller
            markrmiller@gmail.com Mark Miller
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: