Details
-
Type:
Improvement
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 0.17.0
-
Component/s: Morphlines Module
-
Labels:None
Description
We should remove the immediate connect() call in SolrLocator.getSolrServer(). This way all clients of getSolrServer() can now avoid thread and resource leaks because they can still call SolrServer.shutdown() if connect() throws an exception.