Christopher Lambert all time


 0 Collaborator

 3 Patch
92385ca4e8392bec5247af58f274491673ea0036, ee5dc59b4cf20be24dd32407369f2ce822914bd7, 4acae58e0c0bbe665f5a1c38aa24a7b4f4ad06d1

92385ca4e8392bec5247af58f274491673ea0036 | Author: Christopher Lambert <Christopher.Lambert@Datastax.com>
 | 2020-09-24 09:17:05+02:00

    upgrade jolokia agent to 1.6.2 and drop remove_perf_disable_shared_mem workaround
    
    https://github.com/rhuss/jolokia/issues/198 has been fixed since jolokia 1.3.7,
    so there is no reason to keep the remove_perf_disable_shared_mem workaround anymore.
    It is assumed that the '-XX:-PerfDisableSharedMem' usage was added exclusively for
    jolokia as well.
    
    patch by Christopher Lambert; reviewed by Mick Semb Wever

ee5dc59b4cf20be24dd32407369f2ce822914bd7 | Author: Christopher Lambert <Christopher.Lambert@Datastax.com>
 | 2020-09-23 14:25:55+02:00

    remove redundant param wait_other_notice=True from Node.start calls
    
    Since https://github.com/riptano/ccm/pull/464 ccm Node.start() defaults to:
    wait_other_notice=True
    
    Since the presence could suggest that this is a non-default value, we
    clean up the code by removing it.
    
    patch by Christopher Lambert; reviewed by Mick Semb Wever

4acae58e0c0bbe665f5a1c38aa24a7b4f4ad06d1 | Author: Christopher Lambert <Christopher.Lambert@Datastax.com>
 | 2020-09-23 11:01:24+02:00

    remove redundant params wait_for_binary_proto=True and wait_other_notice=True from Cluster.start calls
    
    Since https://github.com/riptano/ccm/pull/561 ccm Cluster.start() defaults to:
    wait_for_binary_proto=True
    wait_other_notice=True
    
    Since their presence could suggest that these are non-default values, we
    clean up the code by removing them.
    
    patch by Christopher Lambert; reviewed by Mick Semb Wever