Michael Kjellman test_and_ci all time


 12 Collaborator
Marcus Eriksson , Sam Tunnicliffe , Benjamin Lerer , Aleksey Yeschenko , Alex Petrov , Mick Semb Wever , Yuki Morishita , Ariel Weisberg , Jason Brown , Yifan Cai , Dinesh Joshi , Jay Zhuang

 8 Patch  10 Review
da95e4b3fb36294b5117846b8fbb8cdc01e427d5, d6a67598f196214bc30d22e1b6b4e3586fe6f057, 30ed83d9266a03debad98ffac5610dcb3ae30934, 44fefeffa53cf95223c4c7b6f79afaafe9b93e2e, e3968cfd1e786f260029cf8cde4164719ae56c53, e06d411f6a6a459503f09fe80208d1ee261ed772, 49b2dda4e6643d2b18376d504b5fea4c0b3354a7, 0d468af9e2617a4a9083e1e527e3a1731e613fcc 4c6a10af8bd5247348d5445e6fd3a2f141e50bc1, 68b81372cd838808b304d58677cdc86f6ec35ffa, c406c456c007e59d50919eb23b5d887e7e647f10, d8fb9349df818659c54d57b2d2c95ebbd0405d49, 9b8692c6a4c75b7df29a58b5d3d1d1ee5cb0c3a4, 1dcb3131a4d7417634551456f1fe3f519fa17fd0, ee0be0624b0ee1b2151b9be92a5d4e6334801cde, 901a54a6d6c7b6f7276088e67b45f95dcc7b57f7, 9da3a2594bf75cbfd4852ee9b4b3e44c28ff618f, 894bc92c9608103b3c5656d6dd0233e514a57848

da95e4b3fb36294b5117846b8fbb8cdc01e427d5 | Author: Yifan Cai <yifan_cai@apple.com>
 | 2020-04-28 13:51:15-07:00

    Add tunable initial size and growth factor to RangeTombstoneList
    
    Added `initial_range_tombstone_list_allocation_size` and
    `range_tombstone_list_growth_factor` in config, which can be altered via JMX.
    
    Patch By Michael Kjellman and Yifan Cai; Reviewed by Dinesh Joshi for CASSANDRA-15763
    
    Co-Authored-By: Yifan Cai <yifan_cai@apple.com>
    Co-Authored-By: Michael Kjellman <kjellman@apple.com>

d6a67598f196214bc30d22e1b6b4e3586fe6f057 | Author: Michael Kjellman <kjellman@apple.com>
 | 2018-03-06 22:05:26-08:00

    Add support for hybrid MIN(), MAX() speculative retry policies
    
    patch by Michael Kjellman; reviewed by Aleksey Yeschenko for
    CASSANDRA-14293

4c6a10af8bd5247348d5445e6fd3a2f141e50bc1 | Author: Mick Semb Wever <mck@apache.org>
 | 2018-02-21 21:16:05+11:00

    SASI tokenizer for simple delimiter based entries
    
    Patch by Mick Semb Wever; reviewed by Michael Kjellman for CASSANDRA-14247

49b2dda4e6643d2b18376d504b5fea4c0b3354a7 | Author: Michael Kjellman <kjellman@apple.com>
 | 2018-01-25 15:56:18-05:00

    Migrate dtests to use pytest and python3
    
    Patch by Michael Kjellman; Reviewed by Ariel Weisberg for CASSANDRA-14134

9da3a2594bf75cbfd4852ee9b4b3e44c28ff618f | Author: Jason Brown <jasedbrown@gmail.com>
 | 2017-11-29 05:21:31-08:00

    Fix error in pre-4.0 internode ssl tests due to CASSANDRA-10404
    
    patch by jasobrown; reviewed by mkjellman for CASSANDRA-14075

0d468af9e2617a4a9083e1e527e3a1731e613fcc | Author: Michael Kjellman <kjellman@apple.com>
 | 2017-11-14 19:25:11-08:00

    Replace pep8 with pycodestyle
    
    patch by Michael Kjellman; reviewed by Jay Zhuang for CASSANDRA-14020

68b81372cd838808b304d58677cdc86f6ec35ffa | Author: Marcus Eriksson <marcuse@apache.org>
 | 2017-11-06 16:40:58+01:00

    Use murmur3 for validation compactions
    
    Patch by marcuse; reviewed by Michael Kjellman for CASSANDRA-14002

30ed83d9266a03debad98ffac5610dcb3ae30934 | Author: Michael Kjellman <kjellman@apple.com>
 | 2017-09-26 14:41:03-07:00

    Replace usages of MessageDigest with Guava's Hasher
    
    patch by mkjellman; reviewed by jasobrown and Sam Tunnicliffe for CASSANDRA-13291

c406c456c007e59d50919eb23b5d887e7e647f10 | Author: Jason Brown <jasedbrown@gmail.com>
 | 2017-09-07 12:50:48-07:00

    Follow up fixes for 13789
    
    patch by jasobrown, reviewed by Michael Kjellman for CASSANDRA-13789

894bc92c9608103b3c5656d6dd0233e514a57848 | Author: Jason Brown <jasedbrown@gmail.com>
 | 2017-07-20 17:56:02-07:00

    Allow TRACE logging on upgrade tests
    
    patch by jasobrown, reviewed by mkjellman for CASSANDRA-13715

d8fb9349df818659c54d57b2d2c95ebbd0405d49 | Author: Alex Petrov <oleksandr.petrov@gmail.com>
 | 2017-03-29 14:30:16+02:00

    Replace string comparison with regex/number checks in MessagingService test
    
    Patch by Alex Petrov; reviewed by Michael Kjellman for CASSANDRA-13216.

9b8692c6a4c75b7df29a58b5d3d1d1ee5cb0c3a4 | Author: Benjamin Lerer <b.lerer@gmail.com>
 | 2017-03-28 16:09:59+02:00

    Use the Kernel32 library to retrieve the PID on Windows and fix startup checks
    
    patch by Benjamin Lerer; reviewed by Michael Kjellman for CASSANDRA-13333

1dcb3131a4d7417634551456f1fe3f519fa17fd0 | Author: Alex Petrov <oleksandr.petrov@gmail.com>
 | 2017-03-06 08:44:53+01:00

    Use a unique metric reservoir per test run when using Cassandra-wide metrics residing in MBeans
    
    Patch by Alex Petrov; reviewed by Michael Kjellman for CASSANDRA-13216.

44fefeffa53cf95223c4c7b6f79afaafe9b93e2e | Author: Michael Kjellman <kjellman@apple.com>
 | 2017-03-04 04:57:34-08:00

    org.apache.cassandra.db.DirectoriesTest(testStandardDirs) unit test failing
    
    patch by mkjellman, reviewed by jasobrown for CASSANDRA-13231

e3968cfd1e786f260029cf8cde4164719ae56c53 | Author: Michael Kjellman <kjellman@apple.com>
 | 2017-03-02 14:03:25-08:00

    Improve testing on macOS by eliminating sigar logging
    
    patch by mkjellman, reviewed by jasobrown for CASSANDRA-13233

e06d411f6a6a459503f09fe80208d1ee261ed772 | Author: Michael Kjellman <mkjellman@internalcircle.com>
 | 2016-02-19 09:47:44+01:00

    Make LZ4 compression level configurable
    
    Patch by mkjellman; reviewed by marcuse for CASSANDRA-11051

ee0be0624b0ee1b2151b9be92a5d4e6334801cde | Author: Yuki Morishita <yukim@apache.org>
 | 2013-02-14 13:43:01-06:00

    fix compressed stream sending extra chunk; patch by yukim reviewed by mkjellman for CASSANDRA-5105

901a54a6d6c7b6f7276088e67b45f95dcc7b57f7 | Author: Yuki Morishita <yukim@apache.org>
 | 2012-11-13 16:18:07-06:00

    change stream session ID from (host, counter) to TimeUUID; patch by yukim reviewed by Michael Kjellman for CASSANDRA-4813