-
Notifications
You must be signed in to change notification settings - Fork 40
Check for Failed Ingestions
Chris Mattmann edited this page Apr 22, 2018
·
1 revision
For whatever reason, sometimes ingests fail. For example initially when I was building ImageCat, I had an error in the solrcell_ingest script that didn't account for files that had spaces in the directory path (fixed now). If you find anything happens that makes ingests fail, just run:
$OODT_HOME/bin/check_failed
This program will verify all ChunkFiles in Solr and make sure all paths were ingested into Solr. If any weren't, new ChunkedFiles with the extension _missing.txt will be created and any remaining files will be ingested.