You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by GitBox <gi...@apache.org> on 2022/02/09 18:50:31 UTC

[GitHub] [solr] risdenk commented on a change in pull request #553: SOLR-15942: Upgrade Hadoop to 3.3.1

risdenk commented on a change in pull request #553:
URL: https://github.com/apache/solr/pull/553#discussion_r802987077



##########
File path: solr/test-framework/src/java/org/apache/solr/util/BadHdfsThreadsFilter.java
##########
@@ -41,6 +41,10 @@ public boolean reject(Thread t) {
       return true;
     } else if (name.startsWith("nioEventLoopGroup")) {
       return true; // netty threads waiting for a web server stop confirm that won't happen
+    } else if (name.startsWith("globalEventExecutor")) { // HADOOP-11219 (Hadoop and Netty 4)

Review comment:
       FWIW globalEventExecutor is leaking in a few HDFS tests - without this change being merged in yet. I haven't looked into it just saw the jenkins emails go by.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org