Re: Exception while adding data in multiple threads

2019-07-19 Thread Shawn Heisey
On 7/18/2019 9:50 AM, Ashish Athavale wrote: I am getting below exception while adding data into solr. I am adding data concurrently in 20 threads, 100 documents in a batch per thread. Each documents contains 40 fields and all are indexed. This issue occurs only when I add in multi threads. Can

Re: Exception while adding data in multiple threads

2019-07-18 Thread Erick Erickson
I doubt multiple threads are the issue here. This looks a lot more like you’re using SolrJ jars on the client that do not match the version running on Solr. Best, Erick > On Jul 18, 2019, at 10:50 AM, Ashish Athavale > wrote: > > Hi, > > I am getting below exception while adding data into s

Exception while adding data in multiple threads

2019-07-18 Thread Ashish Athavale
Hi, I am getting below exception while adding data into solr. I am adding data concurrently in 20 threads, 100 documents in a batch per thread. Each documents contains 40 fields and all are indexed. This issue occurs only when I add in multi threads. Can you please help out here? Caused by: or