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

Add defensive checks against errant updates to distrib update processor.

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 4.0, 6.0
    • SolrCloud
    • None

    Description

      The distrib update processor should do sanity checks on incoming updates - you never know what greedy routers might hang to some packets for while before letting them go.

      We can quickly and easily check a couple things.

      If the update is from a Leader we can check that we don't currently think we are the leader (using a local isLeader state).

      If the update is from a Leader we can check that that leader matches what is in our current ClusterState.

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: