Corentin Chary all time


 7 Collaborator
Sam Tunnicliffe , Alex Petrov , Jason Brown , Ariel Weisberg , Jeff Jirsa , Chris Lohfink , Ariel Weisberg

 12 Patch  1 Review
587c67e3b999a9320ac26754c0d29155fab31511, ed0243954f9ab9c5c68a4516a836ab3710891d5b, 2c111d15bb080283b9b98d48fab4bcf4db515b5a, 5725e2c422d21d8efe5ae3bc4389842939553650, f6a7057815e66ba75253510b3ef6bad492381d94, a2dffc2b49e0471ed6c351121fb02a6a0f61b51e, edf446c8c898af6a60c69942e2d6fdbdb523c905, 4d67639d38b3e3a6fd0a3487a99b9755abda469d, d6ceb940e3dc9484ec197c539aa65c41116ce660, 8d1c33fa920c8e0897448b4390c66cec5ec56cde, 7b1e2ed6e3d97e445cfdc877b190feafa1550fd5, afbc2e8502a8a8d1d6a319017dfc3c2a45bebaca 317a3ed6271f02b6e942937882ff75a503b93f8a

ed0243954f9ab9c5c68a4516a836ab3710891d5b | Author: Corentin Chary <c.chary@criteo.com>
 | 2017-08-04 10:19:57+02:00

    cqlsh: don't pause when capturing data
    
    Patch by Corentin Chary; Reviewed by Chris Lohfink for CASSANDRA-13473

587c67e3b999a9320ac26754c0d29155fab31511 | Author: Corentin Chary <c.chary@criteo.com>
 | 2017-06-08 12:48:43+02:00

    Make SASI timeouts easier to debug
    
    Patch by Corentin Chary; reviewed by Sam Tunnicliffe for CASSANDRA-13677

317a3ed6271f02b6e942937882ff75a503b93f8a | Author: Alex Petrov <oleksandr.petrov@gmail.com>
 | 2017-04-07 11:42:49+02:00

    Avoid rebuilding SASI indexes containing no values
    
    Patch by Alex Petrov; reviewed by Corentin Chary for CASSANDRA-12962

2c111d15bb080283b9b98d48fab4bcf4db515b5a | Author: Alex Petrov <oleksandr.petrov@gmail.com>
 | 2017-03-10 13:28:16+01:00

    Improve SASI range iterator efficiency on intersection with an empty range.
    
    Patch by Corentin Chary; reviewed by Alex Petrov for CASSANDRA-12915.

f6a7057815e66ba75253510b3ef6bad492381d94 | Author: Jeff Jirsa <jeff@jeffjirsa.net>
 | 2017-02-10 15:24:18-08:00

    CASSANDRA-13159: Coalescing strategy can enter infinite loop
    
    Patch by Corentin Chary; Reviewed by Jeff Jirsa for CASSANDRA-13159

5725e2c422d21d8efe5ae3bc4389842939553650 | Author: Corentin Chary <c.chary@criteo.com>
 | 2017-01-09 12:06:56-05:00

    Coalescing strategies improvements CASSANDRA-13090
    
    With the previous code TIMEHORIZON and MOVINGAVERAGE
    coalesing strategy would wait even when the backlog
    still contains data which would make it grow even more.
    
    Also:
    - cleanups parkLoop()
    - add otc_coalescing_max_coalesced_messages
    - add otc_coalescing_enough_coalesced_messages
    - add other otc_* settings to cassandra.yaml
    
    patch by Corentin Chary <c.chary@criteo.com> reviewed by Ariel Weisberg <aweisberg@apple.com> for CASSANDRA-13090

d6ceb940e3dc9484ec197c539aa65c41116ce660 | Author: Corentin Chary <c.chary@criteo.com>
 | 2016-12-22 12:39:50-05:00

    Avoid un-needed system flushes on startup
    
    patch by Corentin Chary, reviewed by Ariel Weisberg for CASSANDRA-13031

edf446c8c898af6a60c69942e2d6fdbdb523c905 | Author: Corentin Chary <c.chary@criteo.com>
 | 2016-12-11 10:34:21+01:00

    nodetool stopdaemon errors out
    
    patch by Corentin Chary; reviewed by jasobrown for CASSANDRA-13030

8d1c33fa920c8e0897448b4390c66cec5ec56cde | Author: Corentin Chary <c.chary@criteo.com>
 | 2016-12-11 10:34:21+01:00

    nodetool stopdaemon errors out
    
    patch by Corentin Chary; reviewed by jasobrown for CASSANDRA-13030

4d67639d38b3e3a6fd0a3487a99b9755abda469d | Author: Corentin Chary <c.chary@criteo.com>
 | 2016-12-07 11:11:06+01:00

    Parallelize streaming of different keyspaces for bootstrap and rebuild
    
    patch by Corentin Chary; reviewed by jasobrown for CASSANDRA-4663

a2dffc2b49e0471ed6c351121fb02a6a0f61b51e | Author: Corentin Chary <corentin.chary@gmail.com>
 | 2016-12-06 14:59:25+01:00

    Fix primary index calculation for SASI
    
    Patch by Corentin Chary; reviewed by Alex Petrov for CASSANDRA-12910.

7b1e2ed6e3d97e445cfdc877b190feafa1550fd5 | Author: Corentin Chary <corentin.chary@gmail.com>
 | 2016-12-06 14:59:25+01:00

    Fix primary index calculation for SASI
    
    Patch by Corentin Chary; reviewed by Alex Petrov for CASSANDRA-12910.

afbc2e8502a8a8d1d6a319017dfc3c2a45bebaca | Author: Corentin Chary <c.chary@criteo.com>
 | 2016-11-28 16:23:01+01:00

    Conditionally update index build status
    
    Patch by Corentin Chary; reviewed by Sam Tunnicliffe for CASSANDRA-12969