bryn cassandra_src all time


 3 Collaborator
Robert Stupp , Eduard Tudenhöfner , Bryn Cooke

 3 Patch
6dad6600393f99c3d413dffefa1bf7f6ee12b79c, 58141308ba661db641d405ae415b8f3e1c0ec11c, dd014bbf583a9101b9b21d5a345be3e4cd79ad96

6dad6600393f99c3d413dffefa1bf7f6ee12b79c | Author: bryn <bryncooke@gmail.com>
 | 2020-06-08 11:02:42+01:00

    CASSANDRA-15677 Add shutdown to JMX thread pool to avoid metaspace errors associated with thread leaks. There are still other thread shutdown issues remaining, but this seems to be the most serious one.

58141308ba661db641d405ae415b8f3e1c0ec11c | Author: bryn <bryncooke@gmail.com>
 | 2020-05-20 16:16:33+01:00

    CASSANDRA-15677 Add the ability to run dTests on the same interface.

dd014bbf583a9101b9b21d5a345be3e4cd79ad96 | Author: bryn <bryncooke@gmail.com>
 | 2020-04-16 16:35:38+01:00

    Batch statement preparation fails if multiple tables and parameters are used
    
    The logic for detecting if a batch statement affects multiple tables in BatchStatement#getPartitionKeyBindVariableIndexes is inverted.
    BatchTest#testBatchMultipleTablePrepare has been added to demonstrate the issue.
    
     patch by Bryn Cooke; reviewed by Eduard Tudenhöfner, Robert Stupp for CASSANDRA-15730