cassandra icon indicating copy to clipboard operation
cassandra copied to clipboard

CASSANDRA-19783 - InstanceClassLoader leak detection

Open JeetKunDoug opened this issue 1 year ago • 0 comments

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.

JeetKunDoug avatar Jul 18 '24 19:07 JeetKunDoug