You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Vaibhav Gumashta (JIRA)" <ji...@apache.org> on 2013/09/24 23:41:03 UTC

[jira] [Created] (THRIFT-2207) Thrift goes OOM when used in an HTTP over Thrift setting

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