RE: Nested CachedSqlEntityProcessor running for each entity row with Solr 3.6?

2012-05-10 Thread Brent Mills
...@ingrambook.com] Sent: Monday, May 07, 2012 1:47 PM To: solr-user@lucene.apache.org Cc: Brent Mills; dye.kel...@gmail.com; keithn...@dswinc.com Subject: RE: Nested CachedSqlEntityProcessor running for each entity row with Solr 3.6? Dear Kellen, Brent Keith, There now are fixes available for 2 cache

Re: Nested CachedSqlEntityProcessor running for each entity row with Solr 3.6?

2012-05-08 Thread not interesting
In the mean time, I am hoping each of you can test these fixes with your installation.  The best way to do this is to get a fresh SVN checkout of the 3.6.1 branch (http://svn.apache.org/repos/asf/lucene/dev/branches/lucene_solr_3_6/), switch to the solr directory, then run ant dist.  I

RE: Nested CachedSqlEntityProcessor running for each entity row with Solr 3.6?

2012-05-08 Thread Dyer, James
...@gmail.com] Sent: Tuesday, May 08, 2012 2:39 AM To: solr-user@lucene.apache.org Subject: Re: Nested CachedSqlEntityProcessor running for each entity row with Solr 3.6? In the mean time, I am hoping each of you can test these fixes with your installation.  The best way to do this is to get

Re: Nested CachedSqlEntityProcessor running for each entity row with Solr 3.6?

2012-05-07 Thread Mikhail Khludnev
Hi, it sounds like https://issues.apache.org/jira/browse/SOLR-3360 fix is committed, tests are on going. On Mon, May 7, 2012 at 6:42 PM, not interesting dye.kel...@gmail.comwrote: I just upgraded from Solr 3.4 to Solr 3.6; I'm using the same data-import.xml for both versions. The import

Re: Nested CachedSqlEntityProcessor running for each entity row with Solr 3.6?

2012-05-07 Thread not interesting
it sounds like https://issues.apache.org/jira/browse/SOLR-3360 fix is committed, tests are on going. Hmm, I'm running solr behind tomcat; where can I configure Solr to use only a single thread for testing? Kellen

Re: Nested CachedSqlEntityProcessor running for each entity row with Solr 3.6?

2012-05-07 Thread Mikhail Khludnev
Your dataconfig.xml is already single threaded. Bug is in DIH 3.6.0 code. There should be a link to the fixed jar in the comments. On Mon, May 7, 2012 at 7:15 PM, not interesting dye.kel...@gmail.comwrote: it sounds like https://issues.apache.org/jira/browse/SOLR-3360 fix is committed,

RE: Nested CachedSqlEntityProcessor running for each entity row with Solr 3.6?

2012-05-07 Thread Dyer, James
Dear Kellen, Brent Keith, There now are fixes available for 2 cache-related bugs that unfortunately made their way into the 3.6.0 release. These were addressed on these 2 JIRA issues, which have been committed to the 3.6 branch (as of today): - https://issues.apache.org/jira/browse/SOLR-3430