Re: PHP client crashed if a column value > 8192 bytes

2010-04-22 Thread Zhiguo Zhang
Maybe you have to send this message also to thrift user mail list? On Thu, Apr 22, 2010 at 6:34 AM, Ken Sandney wrote: > After many attempts I found this error only occurred when using PHP > thrift_protocol extension. I don't know if there are some parameters that I > could adjust for this issu

Re: PHP client crashed if a column value > 8192 bytes

2010-04-21 Thread Ken Sandney
After many attempts I found this error only occurred when using PHP thrift_protocol extension. I don't know if there are some parameters that I could adjust for this issue. By the way, without the ext the speed is obviously slow. On Thu, Apr 22, 2010 at 12:01 PM, Ken Sandney wrote: > I am using

PHP client crashed if a column value > 8192 bytes

2010-04-21 Thread Ken Sandney
I am using PHP as client to talk to Cassandra server but I found out if any column value > 8192 bytes, the client crashed with the following error: PHP Fatal error: Uncaught exception 'TException' with message 'TSocket: > timed out reading 1024 bytes from 10.0.0.177:9160' in > /home/phpcassa/incl