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

Python tornado generated oneway client functions crash on server error

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.9.1
    • 0.9.2
    • Python - Compiler
    • None
    • Patch Available

    Description

      When an exception is thrown on the java server during oneway function processing, it appears to send a message back to the client. The java client disregards the incoming recv_ call from the server. The tornado bindings should do the same thing.

      Without this patch, the incoming response from the server hits the getattr() and it crashes because the function does not exist. With this patch, it gets discarded correctly, as there isn't a future registered by oneway functions.

      Attachments

        Activity

          People

            virtuald Dustin Spicuzza
            virtuald Dustin Spicuzza
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: