Re: Re : Purging tombstones from a particular row in SSTable

2016-07-30 Thread Eric Stevens
Alain RODRIGUEZ >>>>>> > wrote: >>>>>>> >>>>>>>> Hi, >>>>>>>> >>>>>>>> I just released a detailed post about tombstones today that might >>>>>>>> be of some interes

Re: Re : Purging tombstones from a particular row in SSTable

2016-07-30 Thread DuyHai Doan
>>>>>>> http://thelastpickle.com/blog/2016/07/27/about-deletes-and-tombstones.html >>>>>>> >>>>>>> 220kb worth of tombstones doesn’t seem like enough to worry about. >>>>>>> >>>>>>> >>>>>>> +

Re: Re : Purging tombstones from a particular row in SSTable

2016-07-29 Thread Eric Stevens
e rather than tuning other options so aggressively. The "single >>>>>> SSTable compaction" section of my post might help you on this issue: >>>>>> http://thelastpickle.com/blog/2016/07/27/about-deletes-and-tombstones.html#single-sstable-compaction >>

Re: Re : Purging tombstones from a particular row in SSTable

2016-07-29 Thread Jonathan Haddad
r options so aggressively. The "single >>>>>> SSTable compaction" section of my post might help you on this issue: >>>>>> http://thelastpickle.com/blog/2016/07/27/about-deletes-and-tombstones.html#single-sstable

Re: Re : Purging tombstones from a particular row in SSTable

2016-07-29 Thread DuyHai Doan
could >>>>> be more efficient evicting tombstones. >>>>> >>>>> we have a columnfamily that has around 1000 rows, with one row is >>>>>> really huge (million columns) >>>>> >>>>> >>>>> I am sorry

Re: Re : Purging tombstones from a particular row in SSTable

2016-07-29 Thread Eric Stevens
de rows are something you want to avoid while using 2.0.14 >>>> (which is no longer supported for about a year now). I know it is not >>>> always easy and never the good time, but maybe should you consider >>>> upgrading both your model and your version of C

Re: Re : Purging tombstones from a particular row in SSTable

2016-07-28 Thread Alain RODRIGUEZ
del and your version of Cassandra (regardless of the >>> fact you manage to solve this issue or not with >>> "unchecked_tombstone_compaction"). >>> >>> Good luck, >>> >>> C*heers, >>> ------- >>> Alain Rodr

Re: Re : Purging tombstones from a particular row in SSTable

2016-07-28 Thread Eric Stevens
pickle.com >> France >> >> The Last Pickle - Apache Cassandra Consulting >> http://www.thelastpickle.com >> >> 2016-07-28 0:00 GMT+02:00 sai krishnam raju potturi >> : >> >>> The read queries are continuously failing though becaus

Re: Re : Purging tombstones from a particular row in SSTable

2016-07-28 Thread sai krishnam raju potturi
ntinuously failing though because of the >> tombstones. "Request did not complete within rpc_timeout." >> >> thanks >> >> >> On Wed, Jul 27, 2016 at 5:51 PM, Jeff Jirsa >> wrote: >> >>> 220kb worth of tombstones doesn’t seem like eno

Re: Re : Purging tombstones from a particular row in SSTable

2016-07-27 Thread Ben Slater
irsa >> wrote: >> >>> 220kb worth of tombstones doesn’t seem like enough to worry about. >>> >>> >>> >>> >>> >>> *From: *sai krishnam raju potturi >>> *Reply-To: *"user@cassandra.apache.org" &g

Re: Re : Purging tombstones from a particular row in SSTable

2016-07-27 Thread Alain RODRIGUEZ
tones doesn’t seem like enough to worry about. >> >> >> >> >> >> *From: *sai krishnam raju potturi >> *Reply-To: *"user@cassandra.apache.org" >> *Date: *Wednesday, July 27, 2016 at 2:43 PM >> *To: *Cassandra Users >> *Subject: *Re: Re

Re: Re : Purging tombstones from a particular row in SSTable

2016-07-27 Thread sai krishnam raju potturi
> *From: *sai krishnam raju potturi > *Reply-To: *"user@cassandra.apache.org" > *Date: *Wednesday, July 27, 2016 at 2:43 PM > *To: *Cassandra Users > *Subject: *Re: Re : Purging tombstones from a particular row in SSTable > > > > and also the sstable size in questi

Re: Re : Purging tombstones from a particular row in SSTable

2016-07-27 Thread Jeff Jirsa
220kb worth of tombstones doesn’t seem like enough to worry about. From: sai krishnam raju potturi Reply-To: "user@cassandra.apache.org" Date: Wednesday, July 27, 2016 at 2:43 PM To: Cassandra Users Subject: Re: Re : Purging tombstones from a particular row in SSTable an

Re: Re : Purging tombstones from a particular row in SSTable

2016-07-27 Thread sai krishnam raju potturi
and also the sstable size in question is like 220 kb in size. thanks On Wed, Jul 27, 2016 at 5:41 PM, sai krishnam raju potturi < pskraj...@gmail.com> wrote: > it's set to 1800 Vinay. > > bloom_filter_fp_chance=0.01 AND > caching='KEYS_ONLY' AND > comment='' AND > dclocal_read_repair

Re: Re : Purging tombstones from a particular row in SSTable

2016-07-27 Thread sai krishnam raju potturi
it's set to 1800 Vinay. bloom_filter_fp_chance=0.01 AND caching='KEYS_ONLY' AND comment='' AND dclocal_read_repair_chance=0.10 AND gc_grace_seconds=1800 AND index_interval=128 AND read_repair_chance=0.00 AND replicate_on_write='true' AND populate_io_cache_on_flush='fal

Re: Re : Purging tombstones from a particular row in SSTable

2016-07-27 Thread Vinay Kumar Chella
What is your GC_grace_seconds set to? On Wed, Jul 27, 2016 at 1:13 PM, sai krishnam raju potturi < pskraj...@gmail.com> wrote: > thanks Vinay and DuyHai. > > we are using verison 2.0.14. I did "user defined compaction" following > the instructions in the below link, The tombstones still persi

Re: Re : Purging tombstones from a particular row in SSTable

2016-07-27 Thread sai krishnam raju potturi
thanks Vinay and DuyHai. we are using verison 2.0.14. I did "user defined compaction" following the instructions in the below link, The tombstones still persist even after that. https://gist.github.com/jeromatron/e238e5795b3e79866b83 Also, we changed the tombstone_compaction_interval : 1800

Re: Re : Purging tombstones from a particular row in SSTable

2016-07-27 Thread DuyHai Doan
This feature is also exposed directly in nodetool from version Cassandra 3.4 nodetool compact --user-defined On Wed, Jul 27, 2016 at 9:58 PM, Vinay Chella wrote: > You can run file level compaction using JMX to get rid of tombstones in > one SSTable. Ensure you set GC_Grace_seconds such that >

Re: Re : Purging tombstones from a particular row in SSTable

2016-07-27 Thread Vinay Chella
You can run file level compaction using JMX to get rid of tombstones in one SSTable. Ensure you set GC_Grace_seconds such that current time >= deletion(tombstone time)+ GC_Grace_seconds File level compaction /usr/bin/java -jar cmdline-jmxclient-0.10.3.jar - localhost: > ​{​ > ​port} > org.apac