arobinski commented on pull request #488: URL: https://github.com/apache/solr/pull/488#issuecomment-1011258926
@janhoy I tried doing as you wrote. I created an ExecutorService using `ExecutorUtil.newMDCAwareSingleThreadExecutor` . It's on line 70 in OpenExchangeRatesOrgProvider.java. It generally seems to work, but the problem is that SOLR does not terminate properly now. The reason is that I never call `executorService.shutdown()`. I don't know from where I can call the `shutdown` method. Maybe there is a SOLR shutdown event that I can subscribe to? Could you give me a hint, please? -- 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]
