[
https://issues.apache.org/jira/browse/THRIFT-3294?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Paul Magrath updated THRIFT-3294:
---------------------------------
Description:
An error similar to the following exception is encountered in the client after
anything more than the most trivial usage of the TZlibTransport in Java.
org.apache.thrift.TApplicationException: out of sequence response
at org.apache.thrift.TServiceClient.receiveBase(TServiceClient.java:84)
Investigation has found that the problem seems to be that the implementation of
the flush method is ignoring the write buffer length.
> TZlibTransport for Java does not write data correctly
> -----------------------------------------------------
>
> Key: THRIFT-3294
> URL: https://issues.apache.org/jira/browse/THRIFT-3294
> Project: Thrift
> Issue Type: Bug
> Components: Java - Library
> Affects Versions: 0.9.3
> Reporter: Paul Magrath
>
> An error similar to the following exception is encountered in the client
> after anything more than the most trivial usage of the TZlibTransport in Java.
> org.apache.thrift.TApplicationException: out of sequence response
> at org.apache.thrift.TServiceClient.receiveBase(TServiceClient.java:84)
> Investigation has found that the problem seems to be that the implementation
> of the flush method is ignoring the write buffer length.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)