Re: Solr jam after all my jvm thread pool hang in blocked state

2010-08-24 Thread AlexxelA
Thread dump Got like 240 thread like this : "http-8080-Processor222" daemon prio=10 tid=0x7fe36c010c00 nid=0x1e94 waiting for monitor entry [0x4caa6000..0x4caa6d20] java.lang.Thread.State: BLOCKED (on object monitor) at java.util.logging.StreamHandler.publish(Str

Solr jam after all my jvm thread pool hang in blocked state

2010-08-23 Thread AlexxelA
I, I'm running solr 1.3 in production for now 1 year and i never had any problem with it since 2 weeks. It happen 6-7 times a day, all of my thread but one are in a blocked state. All thread that are blocked are waiting on the Console monitor owned by the "Runnable" thread. We did not changed

Stored Document encoding

2009-04-16 Thread AlexxelA
I'm using the DataImportHandler and my database is in "latin1". When i retreive documents that i have indexed in solr they seem to have been converted in utf-8. Is it normal ? Is it possible to store in latin1 in solr ? -- View this message in context: http://www.nabble.com/Stored-Document-enc

Query with bitwise operation

2009-04-08 Thread AlexxelA
One field of my document I use for solr is an integer. I want to do bitwise operations on that field in my queries Ex : status = 46 (in my solr document) In want to know if the bit #1 (2¹) = 1 --> (46&2) > 0 ? or if bit #2 and #3 (2² + 2³) = 1 (46&12) > 0 ? Can we do something like this : q=

Re: Delta import

2009-03-26 Thread AlexxelA
> the inner entity can use a CachedSqlEntityProcessor > > On Thu, Mar 26, 2009 at 1:45 AM, AlexxelA > wrote: >> >> Yes my database is remote, mysql 5 and i'm using connector/J 5.1.7.  My >> index >> has 2 documents.  When i try to do lets say 14 updates

Re: Delta import

2009-03-25 Thread AlexxelA
Shalin Shekhar Mangar wrote: > > On Wed, Mar 25, 2009 at 2:25 AM, AlexxelA > wrote: > >> >> Ok i'm ok with the fact the solr gonna do X request to database for X >> update.. but when i try to run the delta-import command with 2 row to >> update is it nor

Re: Delta import

2009-03-24 Thread AlexxelA
t; > that may not be useful to a lot of users because there may be too many > changed ids and the 'IN' part can be really long. > > You can raise an issue anyway > > > > On Mon, Mar 23, 2009 at 9:30 PM, AlexxelA > wrote: >> >> I&#x

Delta import

2009-03-23 Thread AlexxelA
I'm using the delta-import command. Here's the deltaQuery and deltaImportQuery i use : select uid from profil_view where last_modified > '${dataimporter.last_index_time}' select * from profil_view where uid='${dataimporter.delta.uid} When i look at the delta import status i see that the total