Comment 10 for bug 1979071

Revision history for this message
Jason Stephenson (jstephenson) wrote (last edit ):

After restarting the Ingest Coordinator, I accidentally ran ingest_ctl with --status as an option. While the program reported that --status is an invalid option, it started printing errors on the console about updating some records. I had to interrupt the process with Ctrl-c.

Here's the warning message for the first queued record. The others are all the same, just the number changes:

WARNING: Ingest action of update on biblio.record_entry 1156086 for queue entry 4211 failed

If an invalid CLI option is supplied the program should probably exit immediately rather than go on with some default behavior.