Skip to content

Commit d8ed34b

Browse files
Filter by ForkJoinPool
1 parent 6baebf5 commit d8ed34b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/fixtures/hdfs-fixture/src/main/java/org/elasticsearch/test/fixtures/hdfs/HdfsClientThreadLeakFilter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ public boolean reject(Thread t) {
3535
|| t.getName().startsWith("SSL Certificates Store Monitor") // hadoop 3 brings that in
3636
|| t.getName().startsWith("GcTimeMonitor") // hadoop 3
3737
|| t.getName().startsWith("Command processor") // hadoop 3
38-
|| t.getName().startsWith("ForkJoinPool."); // hadoop 3
38+
|| t.getName().startsWith("ForkJoinPool"); // hadoop 3
3939
}
4040
}

0 commit comments

Comments
 (0)