risdenk commented on a change in pull request #553: SOLR-9515: Update to Hadoop 
3
URL: https://github.com/apache/lucene-solr/pull/553#discussion_r251859319
 
 

 ##########
 File path: 
solr/test-framework/src/java/org/apache/solr/util/BadHdfsThreadsFilter.java
 ##########
 @@ -29,16 +29,18 @@ public boolean reject(Thread t) {
       return true;
     } else if (name.startsWith("org.apache.hadoop.hdfs.PeerCache")) { // 
SOLR-7288
       return true;
+    } else if (name.endsWith("StatisticsDataReferenceCleaner")) {
+      return true;
     } else if (name.startsWith("LeaseRenewer")) { // SOLR-7287
       return true;
     } else if (name.startsWith("org.apache.hadoop.fs.FileSystem$Statistics")) 
{ // SOLR-11261
       return true;
     } else if (name.startsWith("ForkJoinPool.")) { // JVM built in pool
       return true;
+    } else if (name.startsWith("ForkJoinPool-")) { // JVM built in pool
 
 Review comment:
   I have not tracked down why this is necessary yet.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to