You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Vitali Lovich (JIRA)" <ji...@apache.org> on 2013/02/21 21:52:13 UTC

[jira] [Created] (THRIFT-1860) AbstractNonBlockingServer never opens transport

Vitali Lovich created THRIFT-1860:
-------------------------------------

             Summary: AbstractNonBlockingServer never opens transport
                 Key: THRIFT-1860
                 URL: https://issues.apache.org/jira/browse/THRIFT-1860
             Project: Thrift
          Issue Type: Bug
          Components: Java - Library
    Affects Versions: 0.9, 1.0
            Reporter: Vitali Lovich


AbstractNonblockingServer.FrameBuffer#invoke never opens the transport before passing it to the processor.  The first line of the try{} should be a call to open the underlying transport.  I tried to add logic that had an authentication frame as the first frame but it didn't work because the transport isn't open.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira