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: [email protected] With regards, Apache Git Services
