Doug Rohrer packaging_and_release all time


 5 Collaborator
Mick Semb Wever , Alex Petrov , Jon Meredith , Sam Tunnicliffe (in-jvm-dtest fix) , Francisco Guerrero Hernandez

 2 Patch
f2c41accf847a4e8eb2529cad0408ff220c40683, 43ec1843918aba9e81d3c2dc1433a1ef4740a51f

f2c41accf847a4e8eb2529cad0408ff220c40683 | Author: Doug Rohrer <jeetkundoug@apache.org>
 | 2024-06-28 16:56:03-04:00

    CASSANDRA-19783 - InstanceClassLoader leak detection
    
    This commit (along with the related in-jvm-dtest API change) adds the ability for ResourceLeakTest
    to actually detect InstanceClassLoader leaks in 3 loops. In order to find these in CI:
    - Pull in the in-jvm dtest API changes in 0.17.0
    - Enable the looperEverythingTest to run (but not the others, which remain ignored)
    
    In addition, this commit updates netty to 4.1.113 as the version
    of netty previously used (4.1.96) caused a classloader leak (fixed in
    Netty 4.1.98)
    
    Patch by Doug Rohrer and Sam Tunnicliffe (in-jvm-dtest fix); reviewed by Mick Semb Wever for CASSANDRA-19783
    and CASSANDRA-19239

43ec1843918aba9e81d3c2dc1433a1ef4740a51f | Author: Doug Rohrer <doug@therohrers.org>
 | 2023-05-30 15:01:59-06:00

    Add support for JMX in the in-jvm dtest framework
    
    patch by Doug Rohrer; reviewed by Alex Petrov, Jon Meredith, Francisco Guerrero Hernandez for CASSANDRA-18511