janhoy commented on PR #3670:
URL: https://github.com/apache/solr/pull/3670#issuecomment-3337590686
We now have a separate github workflow testing extraction code, with
TestContainers. It is only for the sake of this PR, not intendend for merge :)
The thread leaks definitely looks related to ordinary Solr objects.
```
> Task :solr:modules:extraction:test
ExtractingRequestHandlerTikaServerTest > classMethod FAILED
java.lang.AssertionError: ObjectTracker found 11 object(s) that were not
released!!! [MockDirectoryWrapper, Http2SolrClient, Http2SolrClient,
Http2SolrClient, MDCAwareThreadPoolExecutor, SolrIndexSearcher,
MockDirectoryWrapper, SolrCore, Http2SolrClient, LBHttp2SolrClient,
MockDirectoryWrapper]
org.apache.lucene.tests.store.MockDirectoryWrapper:org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
org.apache.lucene.tests.store.MockDirectoryWrapper
at
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:54)
...
```
--
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]