Fuad, You didn't offend anyone. You are, however, posting to the wrong list. Please post to solr-user, not solr-dev.
I saw your messages, but don't see enough information to figure out your problem with Solr. I think you are using several email accounts, maybe that's why you are having trouble emailing the list. Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch ----- Original Message ---- > From: Funtick <[EMAIL PROTECTED]> > To: [email protected] > Sent: Tuesday, April 29, 2008 11:47:25 AM > Subject: RE: LRUCache - synchronized!? > > > Hello: > > > I didn't want to offend anyone in this mailing list by posting this message, > but I simple can't publish new messages since last post. Is there any kind > of filtering/moderation? > > LRUCache-related post which never reach solr-dev list: > http://www.nabble.com/Server-Hungs-with-Lucene-2.3.1-td16700425.html > > - I never had OutOfMemoryError before, when I used nightly cache refreshes; > and I have it now almost each day with static index (without rewarming > cache). Caches are properly configured, and memory is enough: 8192Mb > allocated to Tomcat,16Gb RAM. That was the only difference which caused > OutOfMemoryError: I temporary disabled SOLR replication. > > I sent a message so solr-dev-owner, I can't post new subjects, but I can > still reply. > > Thanks, > Fuad > > > > Funtick wrote: > > > > And having code like > > Object get(Object key) { > > synchronized (map) { > > ... .incrementAndGet() > > ... > > } > > forces me to do more "sanity checks"... > > -- > View this message in context: > http://www.nabble.com/LRUCache---synchronized%21--tp16439831p16963558.html > Sent from the Solr - Dev mailing list archive at Nabble.com. > >
