Hi, let's have CF User with indexed column email. Now i insert new user: "user":{"email":"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