Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
8.11.1
-
None
Description
ConcurrentUpdateSolrClient (and ConcurrentUpdateHttp2SolrClient) should work with JSR-236 javax.enterprise.concurrent.ManagedExecutorService. Currently due to the code calling the java.util.concurrent.ExecutorService lifecycle methods (e.g. isShutdown(), isTerminated()) which produce exception java.lang.IllegalStateException: Lifecycle operation not supported.
Suggest to wrap with try-catch block when calling those lifecycle methods.
Attachments
Issue Links
- links to