-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 0.9.3
-
Fix Version/s: 0.9.3
-
Component/s: Java - Library
-
Labels:None
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.