sigram commented on code in PR #4063:
URL: https://github.com/apache/solr/pull/4063#discussion_r2718061475
##########
solr/test-framework/src/java/org/apache/solr/util/SolrKafkaTestsIgnoredThreadsFilter.java:
##########
@@ -45,6 +45,11 @@ public boolean reject(Thread t) {
return true;
}
+ // Prometheus Scheduler doesn't provide any method to shut down its worker
threads
+ if (t.isDaemon()) {
Review Comment:
Removed after refactoring.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]