Re: Cassandra 0.7 C++ Thrift delete problem

2010-12-11 Thread Tyler Hobbs
I'm not sure why your first one hangs because it looks correct, but it's possible that you have a timestamp resolution problem for the batch_mutate() version. How are you creating the timestamp? Also, don't forget about "range ghosts": http://wiki.apache.org/cassandra/FAQ#range_ghosts - Tyler O

Cassandra 0.7 C++ Thrift delete problem

2010-12-11 Thread Jaydeep Chovatia
Hi, I am facing some issues with delete operation in Cassandra-0.7.0 using C++ Thrift API. Please find details here: C++ Thrift Machine: Linux 64-bit 1. I am using remove thrift API to delete either column or column family. Problem in this is when I call remove then it hangs forever (never