You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2020/02/23 22:24:14 UTC

[GitHub] [nifi] MikeThomsen commented on issue #4072: NIFI-7182

MikeThomsen commented on issue #4072: NIFI-7182
URL: https://github.com/apache/nifi/pull/4072#issuecomment-590123514
 
 
   It's been a few years since I last really used Solr, but the `commit()` there is a blocking call that forces a flush to the Lucene indexes and rewarms the "searchers" which are the Java objects that actually execute the queries. So this makes no sense to me because of that and the fact that queries are not asynchronous. So there should be no concept of "waiting for the results" in this use case.
   
   @bbende @ijokarumawak thoughts?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services