Comment 2 for bug 1827952

Revision history for this message
Al Bailey (albailey1974) wrote :

The error flagged in this launchpad is benign, although it should be fixed. That error log always occurs and adds excess noise in the logs.

The failure here is that the sysinv process is terminated while the application is being uploaded, and the status in the DB is never updated, so there is no feedback to the user that the process will ever complete.

Here are the logs related to that termination of the process

2019-05-06 15:12:38.790 75366 INFO oslo_service.service [-] Caught SIGTERM, stopping children
2019-05-06 15:12:38.791 75366 INFO oslo.service.wsgi [-] Stopping WSGI server.
2019-05-06 15:12:38.791 75366 INFO oslo_service.service [-] Waiting on 2 children to exit
2019-05-06 15:12:38.792 75739 INFO oslo.service.wsgi [-] Stopping WSGI server.
2019-05-06 15:12:38.792 75738 INFO oslo.service.wsgi [-] Stopping WSGI server.
2019-05-06 15:12:38.804 75366 INFO oslo_service.service [-] Child 75739 exited with status 0
2019-05-06 15:12:38.805 75366 INFO oslo_service.service [-] Child 75738 exited with status 0