Hey,
Yeah, I patched the bug reported by Ryuuichi of the SimpleDateFormat aswell.
Is there any other known concurrency bug that maybe I am missing?
In my use case I could manage to index not concurrently but would like to
discover why this is happening...

Thank you very much!



Shalin Shekhar Mangar wrote:
> 
> On Fri, Feb 20, 2009 at 8:41 PM, Marc Sturlese
> <marc.sturl...@gmail.com>wrote:
> 
>>
>> Hey there,
>> I am indexing 3 cores concurrently from 3 diferent mysql tables (I do it
>> every 5 minutes with a cron job).
>> The three cores use JdbcDataSource as datasource in data-config.xml
>> Reached a point, the core that fetches more mysql rows starts running so
>> so
>> solw until the thread seems to stop (but the other tow keep working
>> fine)...but java doesn't throw and exception...
>> I am using a nightly from early january. I found someone experienced the
>> same problem and uploaded a templateString patch to make it thread-save.
>>
> 
> Marc, I'd strongly recommend using a more recent nightly build. There was
> another problem related to unsafe usage of SimpleDateFormat which was
> fixed
> recently.
> 
> See https://issues.apache.org/jira/browse/SOLR-1017 (which was fixed on
> 11th
> Feb)
> -- 
> Regards,
> Shalin Shekhar Mangar.
> 
> 

-- 
View this message in context: 
http://www.nabble.com/concurrency-problem-with-delta-import-%28indexing-various-cores-simultaniously%29-tp22120430p22123287.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to