Re: LRUCache causing locked threads

2009-06-15 Thread Noble Paul നോബിള്‍ नोब्ळ्
the FastLRUCache can be used in 1.3 if it can be compiled and added to the solr.home/lib On Tue, Jun 16, 2009 at 12:40 AM, Yonik Seeley wrote: > On Mon, Jun 15, 2009 at 2:58 PM, CameronL wrote: >> Unfortunately upgrading to 1.4 isn't an option for us at the moment. >> >> Since we're stuck using 1.

Re: LRUCache causing locked threads

2009-06-15 Thread Yonik Seeley
On Mon, Jun 15, 2009 at 2:58 PM, CameronL wrote: > Unfortunately upgrading to 1.4 isn't an option for us at the moment. > > Since we're stuck using 1.3, is there anything in particular we need to do > to prevent these threads from locking (through configuration or something) Not really. > or is t

Re: LRUCache causing locked threads

2009-06-15 Thread CameronL
Unfortunately upgrading to 1.4 isn't an option for us at the moment. Since we're stuck using 1.3, is there anything in particular we need to do to prevent these threads from locking (through configuration or something) or is this sort of expected/unavoidable using 1.3? Yonik Seeley-2 wrote: >

Re: LRUCache causing locked threads

2009-06-15 Thread Yonik Seeley
Solr 1.4 has a cache implementation that's lockless for gets, and faster for gets. There's a new faceting implementation as well. -Yonik http://www.lucidimagination.com On Mon, Jun 15, 2009 at 2:39 PM, CameronL wrote: > > I've searched through the forums and seen a few similar problems to this,