Sounds like you may need to patch your php thrift

See http://www.softwareprojects.com/resources/programming/t-php-thrift-library-for-cassandra-1982.html

On 9/13/2010 5:09 AM, Petr Odut wrote:
Hi,
let's have CF User with indexed column email.

Now i insert new user: "user":{"email":"s...@email.com <mailto:s...@email.com>"}

finding user by email address by get_indexed_slices ... everything works all right updating email value (via batch_mutate) ends with TTransportException (TSocket: timed out reading 4 bytes from localhost:9160) remove user, then try to find user by email again - it returns an empty user "user":{} recreate user with different email, then finding user by original email is successful

Hope that last 3 points are buggy behaviour,
using cassandra 0.7beta1 + php thrift

Petr

Reply via email to