You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "James E. King, III (JIRA)" <ji...@apache.org> on 2018/03/23 19:59:00 UTC

[jira] [Commented] (THRIFT-3118) Python MemoryError in THttpClient when using an SSL endpoint

    [ https://issues.apache.org/jira/browse/THRIFT-3118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16411966#comment-16411966 ] 

James E. King, III commented on THRIFT-3118:
--------------------------------------------

Was going to close this out but I see that we don't test "http" transport in the cross test, so I am going to add it.  As for the actual fix here, I think more information is needed such as what was the "sz" in question; what exact version of Python was in use?  I see it was a 2.7.x.  I would have expected Python to return a smaller data buffer if there isn't enough memory available for the whole buffer...

> Python MemoryError in THttpClient when using an SSL endpoint
> ------------------------------------------------------------
>
>                 Key: THRIFT-3118
>                 URL: https://issues.apache.org/jira/browse/THRIFT-3118
>             Project: Thrift
>          Issue Type: Bug
>          Components: Python - Library
>    Affects Versions: 0.9
>            Reporter: Jean-Baptiste Quenot
>            Assignee: James E. King, III
>            Priority: Major
>
> When using the Python Thrift HTTP client, a MemoryError is raised by the underlying socket when using SSL:
> {noformat}
> File "/path/to/local/lib/python2.7/site-packages/thrift/transport/THttpClient.py", line 116, in read
>   return self.__http.file.read(sz)
> File "/usr/lib/python2.7/socket.py", line 380, in read
>   data = self._sock.recv(left)
> File "/usr/lib/python2.7/ssl.py", line 241, in recv
>   return self.read(buflen)
> File "/usr/lib/python2.7/ssl.py", line 160, in read
>   return self._sslobj.read(len)
> MemoryError
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)