[ https://issues.apache.org/jira/browse/SOLR-9699?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15769127#comment-15769127 ]
ASF subversion and git services commented on SOLR-9699: ------------------------------------------------------- Commit 393e36e1ce0144a412bc8ea78e98a897a0ac77dd in lucene-solr's branch refs/heads/master from [~mkhludnev] [ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=393e36e ] SOLR-9699: fixing exception on core status during concurrent reload > 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 > Attachments: SOLR-9699.patch, SOLR-9699.patch > > > 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-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org