Mark Miller created SOLR-4417:
---------------------------------
Summary: Look into reopening the IndexWriter on core reload.
Key: SOLR-4417
URL: https://issues.apache.org/jira/browse/SOLR-4417
Project: Solr
Issue Type: Improvement
Affects Versions: 4.1
Reporter: Mark Miller
Assignee: Mark Miller
Fix For: 4.2
This is largely for SOLR-3843, but other smaller reasons as well.
I thought things had gotten to the point where this would be easy - but it's
not so easy because of our real time get support over core reloads it looks.
That needs to use the old writer - it opens the first searcher after the reload
with the old writer - if we then reopen the writer we close that - and a
further reopen of the searcher ends up failing due to a closed writer.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]