Joey Lynch packaging_and_release all time


 3 Collaborator
Ekaterina Dimitrova , Stefan Podkowinski , Dinesh Joshi

 3 Patch
674b6cc1a5e905a9c234c649adaad2de79cfa560, 595da9c12ed2be0ed6df791daac4f04fc7643a3f, 9c1bbf3ac913f9bdf7a0e0922106804af42d2c1e

9c1bbf3ac913f9bdf7a0e0922106804af42d2c1e | Author: Joseph Lynch <joe.e.lynch@gmail.com>
 | 2019-11-03 16:37:18-08:00

    Flush with fast compressors by default
    
    Previously Zstd, Deflate and LZ4HC could hold up the flush thread while
    flushing due to their slow compression rates. With this patch we always
    default to flush with a fast compressor (default to LZ4) and then
    compress into the high compression strategy during normal compactions
    that follow. Note that if the existing table compressor is fast (e.g.
    LZ4 or Snappy) we use that.
    
    Patch by Joey Lynch; reviewed by Dinesh Joshi for CASSANDRA-15379

674b6cc1a5e905a9c234c649adaad2de79cfa560 | Author: Joseph Lynch <joe.e.lynch@gmail.com>
 | 2019-08-16 18:15:55-07:00

    Update defaults for server and client TLS settings
    
    This fixes backwards compatibility with the 3.11 server_encryption_options
    while exposing the correct defaults after the 4.0 Netty refactor.
    
    Patch by Joseph Lynch; Reviewed by Ekaterina Dimitrova for CASSANDRA-15262

595da9c12ed2be0ed6df791daac4f04fc7643a3f | Author: Joseph Lynch <joe.e.lynch@gmail.com>
 | 2019-02-05 10:51:49-08:00

    Make tools/bin/token-generator py2/3 compatible
    
    Patch by Joseph Lynch; reviewed by Stefan Podkowinski for CASSANDRA-15012