Re: Question on submitting a patch

2018-01-05 Thread Jeff Jirsa
On Fri, Jan 5, 2018 at 12:44 PM, Tyagi, Preetika wrote: > Hi all, > > When I click on "Submit Patch" option, it pops up a new screen where it > asks for a bunch of details including Fix Version(s). IF you know it, the 'Fix Version' should be set to the branches the

Question on submitting a patch

2018-01-05 Thread Tyagi, Preetika
Hi all, When I click on "Submit Patch" option, it pops up a new screen where it asks for a bunch of details including Fix Version(s). Does the patch need to be synced up with the latest repo or I can just choose which version I worked with (which may not necessarily be the latest and hence one

Re: CASSANDRA-8527

2018-01-05 Thread Aleksey Yeshchenko
Counting the number of range tombstones - sure, that is reasonable. Counting cells/rows shadowed by range tombstones toward the limit, as if they were regular tombstones - arguably not so much. — AY On 5 January 2018 at 18:53:45, Jon Haddad (j...@jonhaddad.com) wrote: I think it’s reasonable

Re: CASSANDRA-8527

2018-01-05 Thread Jon Haddad
I think it’s reasonable to count the number of range tombstones towards the total tombstone count / threshold. I agree the number of rows shadowed by the tombstones should be tracked separately, and we should probably think a bit more about how to add configuration / limits around this