Hi, Im using DIH to index data to solr. Solr 4.4 version is used. Indexing proceeds normal in the beginning.
I have some 10 data-config files. file1 -> select * from table where id between 1 and 1000000 file2 -> select * from table where id between 1000000 and 3000000. and so on. Here 4 batches go normally. For the fifth batch, i ge the status from Admin page ( Dataimport) as *Duration: 2 hrs*. Indexed:0 documents ; deleted:0 documents. And indexing stops. But no documents were indexed. I use single external zookeeper for this. I dont see any exception in solr logs and in Zookeeper, below is the status. INFO [ProcessThread(sid:0 cport:-1)::PrepRequestProcessor@627] - Got user-level KeeperException when processing sessionid:0x1 40a4ce824b0005 type:create cxid:0x29a zxid:0x157d txntype:-1 reqpath:n/a Error P Any ideas?