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

Loreto Parisi commented on THRIFT-837:
--------------------------------------

If you look at TSocket Write bug
https://issues.apache.org/jira/browse/THRIFT-826

it seems to us that this patch while fixing the 8K buffer length, it breaks the 
TFramedTransport, so that's the reason of the TSocket read 
(https://issues.apache.org/jira/browse/THRIFT-347) and write bug.

If it is the case, this needs to be re-opened to further investigations.

> PHP accelerator bug for writes > 8k
> -----------------------------------
>
>                 Key: THRIFT-837
>                 URL: https://issues.apache.org/jira/browse/THRIFT-837
>             Project: Thrift
>          Issue Type: Bug
>          Components: PHP - Library
>    Affects Versions: 0.1, 0.2, 0.3, 0.4
>            Reporter: Thomas Kho
>            Assignee: Thomas Kho
>             Fix For: 0.4
>
>         Attachments: php_extension_8kbug.patch
>
>
> When we write more than 8k, the output transport does a directWrite() rather 
> than buffering, in which case we need to use the passed len value rather than 
> the length of the buffer.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to