2012/3/11 T Vinod Gupta <[email protected]> > has anyone seen this problem before? in my case, the ruby client throws a > socket timeout exception, even though the server logs show that the > response was sent back immediately. the timeout is set to be high (like 10 > sec) and the response is server in less than a second. > > #<Thrift::TransportException: Socket: Timed out > reading 4096 bytes from <hostname>:9090> > Socket: Timed out reading 4096 bytes from <hostname>:9090
What type of message are you returning? Are you effectively writing 4096 bytes to the output? -- Jean-Baptiste Quenot
