DataImportHandler on multi core - limiting concurrent runs on more than N cores

2013-11-20 Thread Patrice Monroe Pustavrh
Hi, I am currently run Solr with 10 cores. It works fine with me, until I try to run update on too may cores (each core uses more than enough CPU and memory so machine becomes really slow). I've googled around and tried to find whether there is an option in SOLR to prevent to many simultaneous

Re: DataImportHandler on multi core - limiting concurrent runs on more than N cores

2013-11-20 Thread Shalin Shekhar Mangar
No, there is no synchronisation between data import handlers on different cores. You will have to implement this sort of queuing logic on your application's side. On Wed, Nov 20, 2013 at 2:23 PM, Patrice Monroe Pustavrh patrice.mon...@bisnode.si wrote: Hi, I am currently run Solr with 10 cores.