You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@manifoldcf.apache.org by "Karl Wright (Resolved) (JIRA)" <ji...@apache.org> on 2012/01/11 16:02:39 UTC

[jira] [Resolved] (CONNECTORS-333) Solr 3.x and 4.x plugins should use best practices in setting up http connections

     [ https://issues.apache.org/jira/browse/CONNECTORS-333?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Karl Wright resolved CONNECTORS-333.
------------------------------------

    Resolution: Fixed

I was able to get the CloseHook API to be used for both Plugins.  This does not kill the thread, which is bound statically to the multithreaded connection manager class.  The only way to kill it is to call shutdownAll(), which could blow up other things in the same JVM.

                
> Solr 3.x and 4.x plugins should use best practices in setting up http connections
> ---------------------------------------------------------------------------------
>
>                 Key: CONNECTORS-333
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-333
>             Project: ManifoldCF
>          Issue Type: Bug
>          Components: Solr-3.x-component, Solr-4.x-component
>    Affects Versions: ManifoldCF 0.4
>            Reporter: Karl Wright
>            Assignee: Karl Wright
>            Priority: Critical
>             Fix For: ManifoldCF 0.5
>
>
> The Solr components need to use keep-alive in order to not accumulate handles in CLOSE_WAIT.  

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira