Nitin, Thanks for reply. Our each document has unique id and its hbase rowkey id. So it will be unique only. So there is no chance of duplicates id being send.
On Sun 4 Sep, 2016 12:41 pm Nitin Kumar, <nitinkumar.i...@gmail.com<mailto:nitinkumar.i...@gmail.com>> wrote: Please check doc's unique key(Id). All keys shd be unique. Else docs having same id will be replaced. On 04-Sep-2016 12:13 PM, "Ganesh M" <mgane...@live.in<mailto:mgane...@live.in>> wrote: > Hi, > we are keep sending documents to Solr from our app server. Single document > per request, but in parallel of 10 request hits solr cloud in a second. > > We could see our post request ( update request ) hitting our solr 5.4 in > localhost_access logs, and it's response as 200 Ok response. And also we > get HTTP 200 OK response to our app servers as well for out HTTP request we > fired to SOLR Cloud. > > But few documents are not getting indexed. Out of 2000 documents we sent > 10 documents are getting missed. Thought there is not error, few documents > are getting missed. > > We use autoSoftcommit as 2 secs and autohardcommit as 30 secs. > > Why is that 10 documents not getting indexed and also no error getting > thrown back if server is not able to index it ? > > Regards, > > > >