tjake / Solandra

Solandra = Solr + Cassandra
Apache License 2.0
882 stars 150 forks source link

ConcurrentModificationException - SolrCmdDistributor #179

Open balajigandhi opened 12 years ago

balajigandhi commented 12 years ago

Hi,

I am trying to implement a multi-threaded version of DIH (SOLR 4) and am able to successfully run this with a single SOLR node. Getting ConcurrentModificationException at SolrCmdDistributor.java:223 when doing it with more than one node. Has anyone faced this issue? Please let me know.

Thanks, Balaji