You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Can Celasun (JIRA)" <ji...@apache.org> on 2018/03/17 08:41:00 UTC

[jira] [Resolved] (THRIFT-4419) Rust framed transport cannot handle writes above 4096 bytes

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

Can Celasun resolved THRIFT-4419.
---------------------------------
       Resolution: Fixed
    Fix Version/s: 0.12.0

> Rust framed transport cannot handle writes above 4096 bytes
> -----------------------------------------------------------
>
>                 Key: THRIFT-4419
>                 URL: https://issues.apache.org/jira/browse/THRIFT-4419
>             Project: Thrift
>          Issue Type: Bug
>          Components: Rust - Library
>            Reporter: Allen George
>            Assignee: Allen George
>            Priority: Critical
>             Fix For: 0.12.0
>
>
> Related to THRIFT-4390
> Description copied form there:
> While working on improving test coverage and fixing busted cross tests I reworked the cpp test client to send binary in at size 0, 1, 2, 4, 6, 16, ..., 131072 and after 4096 the rust server gave up.
> {noformat}
> 12, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128])
> WARN:thrift::server::threaded: processor completed with error: TransportError { kind: Unknown, message: "failed to write whole buffer" }
> Server process is successfully killed.
> {noformat}



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