Uploaded image for project: 'Hadoop Common'
  1. Hadoop Common
  2. HADOOP-6572

RPC responses may be out-of-order with respect to SASL

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 0.21.0
    • ipc, security
    • None

    Description

      SASL enforces its own message ordering. When RPC server sends its responses back, response A may be wrapped by SASL before response B but is put on response queue after response B. This results in RPC client receiving wrapped response B ahead of A. When the received messages are unwrapped by SASL, SASL complaints the messages are out of order.

      Attachments

        1. 6572-bp20.patch
          2 kB
          Devaraj Das
        2. c6572-02.patch
          2 kB
          Kan Zhang

        Issue Links

          Activity

            People

              kzhang Kan Zhang
              kzhang Kan Zhang
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: