Github user romseygeek commented on the pull request: https://github.com/apache/lucene-solr/pull/32#issuecomment-218122269 New plan! We now have a separate notification thread, and change notifications are placed into a LinkedBlockingQueue that the thread waits on. A caveat: the queue is currently unbounded, which is a Bad Thing. I'm not sure of the best way forward here - make it bounded, and just drop notifications if the queue is full? Make a note on the collection predicate javadocs that all predicates run in a single thread, and users need to be careful not to run slow code in them?
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org