We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f708c4f commit 4a3bed8Copy full SHA for 4a3bed8
test/unit/org/apache/cassandra/tools/OfflineToolUtils.java
@@ -79,6 +79,8 @@ public abstract class OfflineToolUtils
79
"Attach Listener", // spawned in intellij IDEA
80
"JNA Cleaner", // spawned by JNA
81
"ThreadLocalMetrics-Cleaner", // spawned by org.apache.cassandra.metrics.ThreadLocalMetrics
82
+ "Native reference cleanup thread",
83
+ "^ForkJoinPool\\.commonPool-worker-\\d+$"
84
};
85
86
static final String[] NON_DEFAULT_MEMTABLE_THREADS =
0 commit comments