Comment 10 for bug 1703043

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

Reviewed: https://review.openstack.org/487652
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=b4be5f7d8a8ee3a06651cab9f828d541f0f5e220
Submitter: Jenkins
Branch: stable/ocata

commit b4be5f7d8a8ee3a06651cab9f828d541f0f5e220
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
    (cherry picked from commit 33a16aa7a808f3f1a9fc9faf2a8b1017a8bcbbbe)