Vaibhav Gumashta created THRIFT-2207:
----------------------------------------

             Summary: Thrift goes OOM when used in an HTTP over Thrift setting
                 Key: THRIFT-2207
                 URL: https://issues.apache.org/jira/browse/THRIFT-2207
             Project: Thrift
          Issue Type: Bug
          Components: Java - Library
            Reporter: Vaibhav Gumashta


I am trying to use HTTP over thrift. On the server side, I'm creating a Jetty 
instance and creating an instance of ThriftHttpServlet to handle the request. 
However, on client side, if I create a TSocket transport (wrapped in a 
TSaslClientTransport due to this: 
[THRIFT-1774|https://issues.apache.org/jira/browse/THRIFT-1774], transport.open 
goes out of memory. Although Jetty throws an exception on trying to handle a 
non-HTTP message, it doesn't seem to be handles in 
TSaslTransport#receiveSaslMessage.

--
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