[ 
https://issues.apache.org/jira/browse/THRIFT-1860?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vitali Lovich resolved THRIFT-1860.
-----------------------------------

    Resolution: Not A Problem

I misunderstood how the flow of the non-blocking server worked.  The server 
event handler implementation is missing which is what's the real issue.
                
> 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

Reply via email to