Comment 1 for bug 1703043

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to heat (master)

Reviewed: https://review.openstack.org/481757
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=33a16aa7a808f3f1a9fc9faf2a8b1017a8bcbbbe
Submitter: Jenkins
Branch: master

commit 33a16aa7a808f3f1a9fc9faf2a8b1017a8bcbbbe
Author: Zane Bitter <email address hidden>
Date: Mon Jul 10 13:48:01 2017 -0400

    Log unhandled exceptions in worker

    RPC calls to the worker use 'cast', so nothing is listening to find out the
    result. If an exception occurs we will never hear about it. This change
    logs such unhandled exceptions as errors.

    Change-Id: I51365a9dee8fd4eff85e77d3e42bf33be814a22c
    Partial-Bug: #1703043