Re: sstable2json had random behavior

2013-01-21 Thread Binh Nguyen
Hi William, I also saw this one before but it always happened in my case when I have only Data and Index files. The problem goes away when I have all another files (Compression, Filter...) On Mon, Jan 21, 2013 at 11:36 AM, William Oberman wrote: > I'm running 1.1.6 from the datastax repo. > > I

Re: Strange delay in query

2012-11-12 Thread Binh Nguyen
while to be compacted. If you are sure that you have a lot of tombstones and they will be deleted then I think you are safe to go. -Binh On Sun, Nov 11, 2012 at 1:51 AM, André Cruz wrote: > On Nov 11, 2012, at 12:01 AM, Binh Nguyen wrote: > > FYI: Repair does not remove tombsto

Re: Strange delay in query

2012-11-10 Thread Binh Nguyen
FYI: Repair does not remove tombstones. To remove tombstones you need to run compaction. If you have a lot of data then make sure you run compaction on all nodes before running repair. We had a big trouble with our system regarding tombstone and it took us long time to figure out the reason. It tur