Re: Concurrency handling in DataImportHandler

2014-01-30 Thread Dileepa Jayakody
Hi All, I triggered a /dataimport for first 100 rows from my database and while it's running issued another import request for rows 101-200. In my log I see below exception; It seems multiple JDBC connections cannot be opened. Does this mean concurrency is not supported in DIH for JDBC datasource

Re: Concurrency handling in DataImportHandler

2014-01-30 Thread Dileepa Jayakody
I would particularly like to know how DIH handles concurrency in JDBC database connections during datamport.. Thanks, Dileepa On Thu, Jan 30, 2014 at 4:05 PM, Dileepa Jayakody wrote: > Hi All, > > Can I please know about how concurrency is handled in the DIH? > What happens if multiple /data

Concurrency handling in DataImportHandler

2014-01-30 Thread Dileepa Jayakody
Hi All, Can I please know about how concurrency is handled in the DIH? What happens if multiple /dataimport requests are issued to the same Datasource? I'm doing some custom processing at the end of dataimport process as an EventListener configured in the data-config.xml as below. Will each DI