No I'm not using embedded Solr. It kind of sounds like the reference counts aren't being maintained properly in an embedded environment.
Mark On Dec 26, 2007 11:26 AM, Yonik Seeley <[EMAIL PROTECTED]> wrote: > 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 >