Tomás Fernández Löbbe created SOLR-7035:
-------------------------------------------
Summary: Core reload calls firstSearcher listeners twice in some
situations
Key: SOLR-7035
URL: https://issues.apache.org/jira/browse/SOLR-7035
Project: Solr
Issue Type: Bug
Affects Versions: 5.0, Trunk
Reporter: Tomás Fernández Löbbe
{{core.reload()}} creates two searchers, one when creating the new core and one
after creating the new IW. For each of those searchers it calls the registered
listeners, however, depending on how long the first searcher takes to warm it
may call the “firstSearcher” events twice.
Probably the best solution would be to not even create the first of the
searchers.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]