Re: TException: Error: TSocket: timed out reading 1024 bytes from 10.1.1.27:9160

2010-08-30 Thread Mike Peters
Hi guys, There are several patches you need to apply to Thrift to completely resolve all timeout errors. Here's a list of them along with a link to download a patched thrift library: http://www.softwareprojects.com/resources/programming/t-php-thrift-library-for-cassandra-1982.html

Re: TException: Error: TSocket: timed out reading 1024 bytes from 10.1.1.27:9160

2010-06-21 Thread Pieter Maes
I have the same problem. (same lib) I'm using phpcassa lib on thrift but i got from time to time (verry random) timed out reading 4 bytes from.. I did the patch and changed to framed transport. so i'm not sure what goes wrong :/ i'l try to get some extra debug and how to replicate te problem..

Re: TException: Error: TSocket: timed out reading 1024 bytes from 10.1.1.27:9160

2010-04-15 Thread Jonathan Ellis
reading 1024 bytes from 10.1.1.27:9160 What's wrong? Thanks.

Re: TException: Error: TSocket: timed out reading 1024 bytes from 10.1.1.27:9160

2010-04-15 Thread richard yao
Thank you!

TException: Error: TSocket: timed out reading 1024 bytes from 10.1.1.27:9160

2010-04-14 Thread richard yao
I am having a try on cassandra, and I use php to access cassandra by thrift API. I got an error like this: TException: Error: TSocket: timed out reading 1024 bytes from 10.1.1.27:9160 What's wrong? Thanks.