On Dec 26, 2007 11:16 AM, Mark Baird <[EMAIL PROTECTED]> wrote: > Not sure, but I believe I just found the problem. It has to do with the way > reference counts are used in the code. Once Yonik mentioned the reference > count I looked through the Solr source to see how that worked. Then I > looked through the custom code I've added to my Solr install and found an > instance of SolrQueryRequest that I wasn't calling close() on when done.
Solr handles all the ref-counting when you use a custom request handler. Are you using embedded Solr? -Yonik