Disclaimer: i'm familiar with thrift, but not so much with TFileTransport. This SO question seems potentially relevant (specifically the bit about reading chunks by numeric ID): http://stackoverflow.com/questions/22580930/example-on-how-to-use-tfiletransport-in-thrift-client-server
Can you take a stab at setting up a github repo that reproduces the behavior? That will make it easier for us to swoop in and poke at it. -=Bill On Wed, Jun 18, 2014 at 1:46 PM, Ahmed Aley <ahm...@cs.umu.se> wrote: > Hi, > > > Mark suggested that I ask here for help too. I am trying to use > TFileTransport between Java and Python to wrap Suro's Java logging client. > While I can use TJSON and TBinary in Python with no troubles (for both > writing to a file and reading from it), it has been problematic to read the > file contents using the Java TJSON library. I have asked for help on > StackOverFlow and got a suggestion that it seems to be some sort of a bug. > I would highly appreciate if someone familiar with thrift could help me on > this one. Full details in thrift's JIRA ticket I started. > https://issues.apache.org/jira/browse/THRIFT-2582 > > Best, > --Ahmed >