i'm trying to migrate my old version from cassandra 1.2.8 to cassandra 2.1, i use phpcassa 0.8, when i migrated cassandra everything worked fine, exept that i was not able to use:
$columnFamily->get($key);
I can perfectly write and do that:
$columnFamily->execute_cql_query($query);
but if i try to read data using get() i receive the following error:
Error performing get_slice on 154.65.97.898:9160: exception 'cassandra_UnavailableException' in /var/www-zend/order/library/phpcassa/thrift/Thrift.php:574
Maybe somebothy can help'me to solve this error.
thanks!