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

Replication occurs even when a slave is already up to date.

    XMLWordPrintableJSON

Details

    Description

      Scenario: master/slave replication, master delta index runs every 10 minutes, slave poll interval is 10 sec.

      There was an issue SOLR-4413 - slave reads index from wrong directory, so slave is full copy index from master every time, which is fixed after applying this patch from 4413 (see script below).

      Now on replication the slave downloads only updated files, but slave is create a new segement file and also a new version of index (generation is identical with master). On next polling the slave is download the full index again, because the new version slave is force a full copy.

      Problem is the new version of index on the slave after first replication.

      mkdir work
      cd work
      svn co http://svn.apache.org/repos/asf/lucene/dev/branches/lucene_solr_4_1/
      cd lucene_solr_4_1
      patch -p0 < ../../patches/SOLR-4413.patch
      cd solr
      ant dist
      

      Attachments

        1. SOLR-4471_TestRefactor.diff
          16 kB
          Amit Nithian
        2. SOLR-4471_Tests.patch
          11 kB
          Amit Nithian
        3. SOLR-4471.patch
          14 kB
          Mark Miller
        4. SOLR-4471.patch
          12 kB
          Mark Miller
        5. SOLR-4471.patch
          2 kB
          Amit Nithian

        Issue Links

          Activity

            People

              markrmiller@gmail.com Mark Miller
              acharton Andre Charton
              Votes:
              1 Vote for this issue
              Watchers:
              7 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: