Uploaded image for project: 'Apache Avro'
  1. Apache Avro
  2. AVRO-722

IPC Request Metadata written for transmission before processing by plugins

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 1.5.0
    • 1.5.0
    • java
    • None
    • Reviewed

    Description

      There is a small issue with the processing order of request metadata in an IPC call. The map is written for transmission before the context is passed to plugins for processing and as a result any changes that client plugins make to the metadata will not get transferred as the empty map has already been written.

      Also when the response metadata is read back in it is mistakenly read into the context's request metadata instead of the response metadata. The attached patch has fixes for both of these issues.

      Attachments

        1. rpc-plugin.patch
          4 kB
          Stephen Gargan
        2. rpc-plugin.patch
          4 kB
          Stephen Gargan
        3. AVRO-722.patch
          5 kB
          Doug Cutting

        Activity

          People

            sgargan Stephen Gargan
            sgargan Stephen Gargan
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: