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

DistributedUpdateProcessor doesn't check for peer sync

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 4.3
    • 4.3.1, 4.4
    • SolrCloud
    • None

    Description

      DistributedUpdateProcessor has the following code:

      boolean isReplayOrPeersync = (cmd.getFlags() & (UpdateCommand.REPLAY | UpdateCommand.REPLAY)) != 0;
      

      It should be replaced by:

      boolean isReplayOrPeersync = (cmd.getFlags() & (UpdateCommand.REPLAY | UpdateCommand.PEER_SYNC)) != 0;
      

      Attachments

        1. SOLR-4855.patch
          2 kB
          Shalin Shekhar Mangar

        Activity

          People

            shalin Shalin Shekhar Mangar
            shalin Shalin Shekhar Mangar
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: