You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ma...@apache.org on 2020/07/20 14:23:07 UTC

[lucene-solr] branch reference_impl updated: @252 - Add one more.

This is an automated email from the ASF dual-hosted git repository.

markrmiller pushed a commit to branch reference_impl
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/reference_impl by this push:
     new 9f2b4af  @252 - Add one more.
9f2b4af is described below

commit 9f2b4af285e55be0c71adef627552f3651fde1ff
Author: markrmiller@gmail.com <ma...@gmail.com>
AuthorDate: Mon Jul 20 09:22:22 2020 -0500

    @252 - Add one more.
---
 .../src/java/org/apache/solr/SolrIgnoredThreadsFilter.java              | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solr/test-framework/src/java/org/apache/solr/SolrIgnoredThreadsFilter.java b/solr/test-framework/src/java/org/apache/solr/SolrIgnoredThreadsFilter.java
index 10efb96..c0fcf78 100644
--- a/solr/test-framework/src/java/org/apache/solr/SolrIgnoredThreadsFilter.java
+++ b/solr/test-framework/src/java/org/apache/solr/SolrIgnoredThreadsFilter.java
@@ -88,7 +88,7 @@ public class SolrIgnoredThreadsFilter implements ThreadFilter {
       return true;
     }
     
-    if (threadName.startsWith("SolrCoreLoader")) {
+    if (threadName.startsWith("SolrCoreLoader") || threadName.startsWith("searcherExecutor") ) {
       return true;
     }