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

BinaryUpdateRequestHandler and JavaBinUpdateRequestCodec do not maintain order of the commands as serialized in the binary format

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 1.3
    • None
    • update
    • None

    Description

      When sending commands in the Java binary format to the BinaryUpdateRequestHandler it does not process them in the order received. It processes all add/updates then delete by id then delete by query regardless of what is sent. See SOLR-1162 for related issue and patch that covers both issues (they are intertwined since some classes are shared on both sides of the wire)

      I wanted a separate issue covering this so that it is seen from the server viewpoint and not just as a client API issue as other clients writing the binary form would be unable to maintain order of commands as well.

      Attachments

        1. SOLR-1164.patch
          19 kB
          Noble Paul
        2. SOLR-1164.patch
          20 kB
          Noble Paul

        Issue Links

          Activity

            People

              noble.paul Noble Paul
              jminard Jayson Minard
              Votes:
              1 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: