HoustonPutman opened a new pull request, #3673: URL: https://github.com/apache/solr/pull/3673
https://issues.apache.org/jira/browse/SOLR-17921 The fix here isn't too crazy. I added a scheduledExecutor service to re-fetch liveNodes every 1/2 of the cache validity duration. I also removed the synchronization on `getLiveNodes()` as that can really limit performance when used at high QPS. (the synchronization is now on `fetchLiveNodes()`) -- 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. To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org