You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Sami Siren (Resolved) (JIRA)" <ji...@apache.org> on 2012/04/17 14:13:17 UTC

[jira] [Resolved] (SOLR-2873) StreamingUpdateSolrServer does not provide public access to shutdown ExecutorService scheduler

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

Sami Siren resolved SOLR-2873.
------------------------------

    Resolution: Invalid

Today there is a shutdown method that calls scheduler.shutdown(), perhaps it was added in some other issue.
                
> StreamingUpdateSolrServer does not provide public access to shutdown ExecutorService scheduler
> ----------------------------------------------------------------------------------------------
>
>                 Key: SOLR-2873
>                 URL: https://issues.apache.org/jira/browse/SOLR-2873
>             Project: Solr
>          Issue Type: Bug
>          Components: clients - java
>    Affects Versions: 4.0
>         Environment: N/A
>            Reporter: Michael Gibney
>            Priority: Minor
>             Fix For: 4.0
>
>   Original Estimate: 5m
>  Remaining Estimate: 5m
>
> Applications do not exit until the StreamingUpdateSolrServer ExecutorService threads have died.  Currently, with no way to manually shut down the ExecutorService, an application that has completed execution will hang for 60s waiting for the keepAlive time on the pooled runner threads to expire.  This could be addressed by adding a single method to StreamingUpdateSolrServer:
> {code:borderStyle=solid}
> public void shutdown() {
>     scheduler.shutdown();
> }
> {code} 

--
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

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org