Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
MetricsHistoryHandler implements Closeable and depends on it's close() method to shutdown a private ScheduledThreadPoolExecutor collectService as well as a private final SolrRrdBackendFactory factory (which maintains it's own private ScheduledThreadPoolExecutor but as far as i can tell nothing seems to every "close" this MetricsHistoryHandler on shutdown. after changes in 75b1831967982 which move this close() call to a ForkJoinPool in CoreContainer.shutdown() it seems to be leaking threads.
Attachments
Issue Links
- contains
-
SOLR-12883 Upgrade to Jetty 9.4.14
- Closed
- is related to
-
SOLR-12932 ant test (without badapples=false) should pass easily for developers.
- Open