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.
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
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:
>
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,