Sam cassandra_src all time


 3 Collaborator
Aleksey Yeschenko , Benedict Elliott Smith , sergio

 1 Patch  2 Review
6ab0c301edaf16544de7f839ffcd345dadef1cf6 c07f3c88a4ba164bf01b0450b2463746b40c0d48, 4b1f40d5382638bf3913293b713d5d22b57c844d

c07f3c88a4ba164bf01b0450b2463746b40c0d48 | Author: Benedict Elliott Smith <benedict@apache.org>
 | 2019-05-13 19:20:50+01:00

    Resource leak when queries apply a RowFilter
    
    RowFilter.CQLFilter optionally removes those partitions that have no matching results,
    but fails to close the iterator representing that partition’s unfiltered results,
    leaking resources when this happens.
    
    patch by Benedict; reviewed by Sam and Aleksey for CASSANDRA-15126

4b1f40d5382638bf3913293b713d5d22b57c844d | Author: Benedict Elliott Smith <benedict@apache.org>
 | 2018-11-27 16:22:05+00:00

    Drop/add column name with different Kind can result in corruption
    
    patch by Benedict; reviewed by Sam for CASSANDRA-14843

6ab0c301edaf16544de7f839ffcd345dadef1cf6 | Author: Benedict Elliott Smith <benedict@apache.org>
 | 2015-05-07 11:53:30+01:00

    Overload SecondaryIndex#indexes to accept the column definition
    
    patch by sam; reviewed by sergio for CASSANDRA-9314