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

Replication command indexversion fails to return index version

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • 4.9, 6.0
    • replication (java)
    • None
    • Branch 3x latest

    Description

      To test this, I took the /example/multicore/core0 solrconfig and added a simple replication handler:

      <requestHandler name="/replication" class="solr.ReplicationHandler" >
      <lst name="master">
      <str name="replicateAfter">commit</str>
      <str name="replicateAfter">startup</str>
      <str name="confFiles">schema.xml</str>
      </lst>
      </requestHandler>

      When I query the handler for details I get back the indexVersion that I expect: http://localhost:8983/solr/core0/replication?command=details&wt=json&indent=true

      But when I ask for just the indexVersion I get back a 0, which prevent the slaves from pulling updates: http://localhost:8983/solr/core0/replication?command=indexversion&wt=json&indent=true

      Attachments

        Activity

          People

            markrmiller@gmail.com Mark Miller
            epugh Eric Pugh
            Votes:
            5 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated: