Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.9.3
-
None
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.