You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Alan Woodward (JIRA)" <ji...@apache.org> on 2016/10/28 15:05:58 UTC

[jira] [Commented] (SOLR-9699) CoreStatus requests can fail if executed during a core reload

    [ https://issues.apache.org/jira/browse/SOLR-9699?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15615655#comment-15615655 ] 

Alan Woodward commented on SOLR-9699:
-------------------------------------

I think the fix here is probably to check for AlreadyClosedExceptions in StatusOp, and retry if one is hit.

> CoreStatus requests can fail if executed during a core reload
> -------------------------------------------------------------
>
>                 Key: SOLR-9699
>                 URL: https://issues.apache.org/jira/browse/SOLR-9699
>             Project: Solr
>          Issue Type: Bug
>      Security Level: Public(Default Security Level. Issues are Public) 
>            Reporter: Alan Woodward
>
> CoreStatus requests delegate some of their response down to a core's IndexWriter.  If the core is being reloaded, then there's a race between these calls and the IndexWriter being closed, which can lead to the request failing with an AlreadyClosedException.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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