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

Vaibhav Gumashta updated THRIFT-2207:
-------------------------------------

    Description: I am trying to use HTTP over thrift for HIVE. 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.  (was: 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.)
    
> 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
>    Affects Versions: 0.9
>            Reporter: Vaibhav Gumashta
>
> I am trying to use HTTP over thrift for HIVE. 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