cassandra
cassandra copied to clipboard
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 2 loops. In order to find these in CI:
- Pull in the in-jvm dtest API changes (will likely be in 0.17.0)
- Enable the looperEverythingTest to run (but not the others, which remain ignored)
- Because the leak detection requires running GC, we remove the optional GC flag in the test.
patch by JeetKunDoug [email protected]
for https://issues.apache.org/jira/browse/CASSANDRA-19783
Requires https://github.com/apache/cassandra-in-jvm-dtest-api/pull/39 + an update to whatever API version that lands in.