Uploaded image for project: 'Kudu'
  1. Kudu
  2. KUDU-2110

RPC footer may be appended more than once

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Blocker
    • Resolution: Fixed
    • 1.5.0
    • 1.5.0
    • rpc

    Description

      The fix for KUDU-2065 included a footer to RPC messages. The footer is appended during the beginning of the transmission of the outbound transfer for an outbound call. However, the check for the beginning of transmission for an outbound call isn't quite correct as it's possible for an outbound transfer to not send anything in Transfer::SendBuffer().

          // Transfer for outbound call must call StartCallTransfer() before transmission can
          // begin to append footer to the payload if the remote supports it.
          if (!transfer->TransferStarted() &&
              transfer->is_for_outbound_call() &&
              !StartCallTransfer(transfer)) {
            OutboundQueuePopFront();
            continue;
          }
      

      Attachments

        Issue Links

          Activity

            People

              kwho Michael Ho
              kwho Michael Ho
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: