Uploaded image for project: 'Thrift'
  1. Thrift
  2. THRIFT-3182

TFramedTransport is in an invalid state after frame size exception

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.9.2
    • 0.10.0
    • Java - Library
    • None
    • Patch Available

    Description

      https://github.com/apache/thrift/pull/512

      This is necessary because after reading the invalid
      frame size from the underlying transport the transport
      is left in a bad state. Any following reads will
      likely throw more invalid frame size exceptions and
      if they don’t they will be reading corrupted messages.

      Closing forces the caller to discard the connection and
      get a new one.

      Attachments

        Issue Links

          Activity

            People

              marshalium Marshall Scorcio
              marshalium Marshall Scorcio
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: