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

Mikhail Khludnev commented on SOLR-6326:
----------------------------------------

bq.  After the commit, I could then hit the ReloadCacheRequestHandlers, 

* I'd rather suggest just hit the ReloadCacheRequestHandlers only at all nodes 
one by one or in parallel. ReloadCacheRequestHandlers calls commit() underneath.

bq. but wouldn't that open a new searcher twice (assuming the commit resulted 
in a new searcher, too)? 

* even if you do both, it could, but we know SOLR-5783 prevents it. 

> ExternalFileFieldReloader and commits
> -------------------------------------
>
>                 Key: SOLR-6326
>                 URL: https://issues.apache.org/jira/browse/SOLR-6326
>             Project: Solr
>          Issue Type: Bug
>            Reporter: Peter Keegan
>              Labels: difficulty-medium, externalfilefield, impact-medium
>         Attachments: SOLR-6326.patch
>
>
> When there are multiple 'external file field' files available, Solr will 
> reload the last one (lexicographically) with a commit, but only if changes 
> were made to the index. Otherwise, it skips the reload and logs: "No 
> uncommitted changes. Skipping IW.commit." 
> IndexWriter.hasUncommittedChanges() returns false, but new external files 
> should be reloaded with commits.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to