Hi Scott It should WARN into org.apache.solr.handler.dataimport.SolrWriter Check that this log category is enabled, and check logs for it. see https://github.com/SearchScale/dataimporthandler/blob/branch_9x/src/main/java/org/apache/solr/handler/dataimport/SolrWriter.java#L82C7-L82C10
On Sun, Sep 3, 2023 at 12:44 AM Scott Derrick <sc...@tnstaafl.net> wrote: > This import has been running everyday for years. Recently I noticed > that 1 file was not being imported. > > When I run the commend I see the following > > { > "responseHeader":{ > "status":0, > "QTime":1}, > "initArgs":[ > "defaults",[ > "config","tei-config.xml", > "df","_text_"]], > "command":"full-import", > "status":"idle", > "importResponse":"", > "statusMessages":{ > "Total Requests made to DataSource":"0", > "Total Rows Fetched":"68432", > "Total Documents Processed":"4887", > "Total Documents Skipped":"0", > "Full Dump Started":"2023-09-02 16:47:52", > "":"Indexing completed. Added/Updated: 4887 documents. Deleted 0 > documents.", > "Committed":"2023-09-02 16:51:41", > "Total Documents Failed":"1", > "Time taken":"0:3:49.353"}} > > the line "Total Documents Failed":"1" is the problem, > > I'm having a separate issue on a specific search return and I think it > is related to this one document. I've looked in the solr logs and don't > see any reference to a failed document on import? > > How do I find out what document is failing on import? I tried passing > &debug=true > > curl > ' > http://localhost:8983/solr/mbepp/update/tei?command=full-import&clean=true&debug=true > ' > > but then it only processes 10 documents and stops? > > very frustrating. > > Scott > > > > -- Sincerely yours Mikhail Khludnev